08-23-2007 02:45 PM
08-23-2007 03:03 PM
08-23-2007 03:05 PM
02-29-2024 07:11 PM
You cannot modify the items (add/delete/rename) of an enum. You can do it for ring. If you have a lot of items to add to enum that can be generated programmatically, you can do it to a ring, then replace the ring with enum to preserve all the items. Then you can add a case structure to it and add case for every item to generate all cases.