ENDENUM |
Top Previous Next |
Syntax ENDENUM Description Ends the definition of enumerated constants. Parameters None. Return value None Remarks Each enumeration value is sequentially numbered, starting from 1. You can override the starting value of any enumerated constant. The enumeration name becomes a type define for INT, so it can be used as a parameter to a subroutine, or defined like any other variable type.
The enumeration of constants is terminated with the ENDENUM statement. Example usages ENUM days |