Hi,
Does anybody know if I can loop all the values of an enumeration.
I would like to have a loop that would allow me to get the different values defined in this Enumeration ?
Thanks
Danny
Does anybody know if I can loop all the values of an enumeration.
EValues is Enumeration Value1 = "Text Value1" Value2 = "Text Value4" Value3 = "Text Value4" Value4 = "Text Value4" END
I would like to have a loop that would allow me to get the different values defined in this Enumeration ?
Thanks
Danny