Almost always when I use enums in a case structure I want them sorted. As I change and add elements to a type def enum I have to go through my case structure(s) and sort them manually. Why not have case structures auto-sort enums unless an different order is specified?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.