This is a process control command, i.e., it will control whether a command, or group of commands will be executed. This is one part of a complete command structure.
ELSE_IF lexpr | Required - If the ELSE_IF expression resolves to .TRUE., the command lines between the ELSE_IF command and the next ELSE_IF, ELSE or ENDIF command will be executed. |
COMMENTS
For more information on the different structured programming commands, and the ELSE_IF command in particular, please see Structured Programming Commands.
SEE ALSO