Log in

View Full Version : enum question?


Priyesh69
22-11-2012, 18:08
I was wondering, when I create an enum with three or more items why there's only 2 of the items that appreas in the structure case that is link to the enum. Why is some images all the item of the enum appreas not only two. Here a image showing only 2 items of the enum and here all the items.

Joe Ross
22-11-2012, 20:04
Right click on the case drop down and select add case for every value.

Priyesh69
23-11-2012, 08:11
Thx