EXIT DISPLAY instruction
Syntax
EXIT DISPLAY
Usage
Use the
EXIT DISPLAY
to terminate the DISPLAY ARRAY
instruction
and resume the program execution at the instruction immediately following the DISPLAY
ARRAY
block.ON ACTION leave_now EXIT DISPLAY
EXIT DISPLAY
does not set int_flag
to TRUE
as when the cancel action is fired.
The EXIT DISPLAY
instruction can only be used in a singular DISPLAY
ARRAY
dialog, it cannot be used in a DIALOG / END DIALOG
multiple dialog
block.