EXIT INPUT instruction

Use the EXIT INPUT to terminate the INPUT ARRAY instruction and resume the program execution at the instruction following the INPUT ARRAY block.
ON ACTION leave_now EXIT INPUT

When leaving the INPUT ARRAY instruction, all form items used by the dialog will be disabled until another interactive statement takes control.

Note: The int_flag will not be set to TRUE as when the cancel action is fired.