Syntax
END | ENDEXIT | ENDNOPRINT
Description
The End logic command specifies the end of a sequence of logic statements introduced by a loop command (Loop, ForEach, and looping LookUp and Determine logic command variants) or a condition command (If/DoWhen and Match logic commands).
A single End logic command terminates a DoWhen and associated Else logic statement sequence.
Note: END can be substituted for END, ENDEXIT, or ENDNOPRINT.
Refer to EndExit and EndNoPrint for more information on other loop termination logic commands.
Example
If (Customer <> Glb.Spaces && Override <> "OK") : Logic End