Posted on: 10/18/2008 10:16:11 PM | Views : 826

Variables that are declared as enumerated types can contain values that are not defined within the related enumeration. Sometimes it is necessary to check whether a numeric value or a name exists within the list of constants. This tip explains how.

...

Go to the complete details ...