System Builder
ELSE — Execute a logic block if no conditions are met.
ELSE
The ELSE command contains the last conditional block and is only executed if no IF or ELSEIF conditions are met.
None.
. . . . . . IF L-Counter > 10 CALL OrderCompress L-OrderNumber ELSE CALL OrderProcess L-OrderNumber ENDIF . . . . . .
ELSEIF ENDIF IF