Enumeration
Hi all,
Does anybody know how to create an enumeration which contains string.
E.g.
Public Enum Codes
one = "aCode"
two = "bCode"
...
End Enum
If this is possible it would make my code a lot easier and more manageble.
Thanks in advance
Tom.
|