This is the end point of the process control command IF/ENDIF.
ENDIF | No options / No Modifiers |
COMMENTS
For more information on the different structured programming commands, and the ENDIF command in particular, please see Structured Programming Commands.
SAMPLE
define Fld1, Fld2 type a size 2
Fld1 = 'OK'
Fld2 = 'OK'
If Fld1 = Fld2
msg 'This is my message to you...'
Endif
SEE ALSO