I've created a Simple Type Enumeration (in the Local Dictionary) with these values :
RED
BLUE
GREEN
How do we verifiy if a string exist in this enumeration?
By example :
- check for the string "RED" --> true
- check for the string "YELLOW" --> false
Thanks!
Message was edited by:
Emanuel Champagne