Hi,
Is it possible to get the very names instead of the values from enumeration?
For example:
Public Enum enmCount
zero
one
two
three
End Enum
And I would like to get the very word "one", not 1. I am interested if this is possible via the access to the "memory" or some APIs. Sounds a bit crazy; enumeration was not devised to be used in such a way, but I am quite interested.
Thanks
vladk
Is it possible to get the very names instead of the values from enumeration?
For example:
Public Enum enmCount
zero
one
two
three
End Enum
And I would like to get the very word "one", not 1. I am interested if this is possible via the access to the "memory" or some APIs. Sounds a bit crazy; enumeration was not devised to be used in such a way, but I am quite interested.
Thanks
vladk