J
Joe Fallon
If I have an Enumeration can I give a text description for each value?
e.g. something like
Public Enum Colors
Black "Really cool Black"
Blue "Ice Cold Labatts"
End Enum
If so, how do I get the text description for each value?
Code snippet would be great.
Thanks!
e.g. something like
Public Enum Colors
Black "Really cool Black"
Blue "Ice Cold Labatts"
End Enum
If so, how do I get the text description for each value?
Code snippet would be great.
Thanks!