System Builder
ENDIF — End of a conditional logic block.
ENDIF
The ENDIF command is the last statement of a (series of) conditional logic block(s). Conditional logic blocks can be nested.
None.
. . . . . . IF L-Counter > 10 CALL OrderCompress L-OrderNumber ENDIF . . . . . .
ELSE ELSEIF IF