BREAK (Event action)
From Zenitel Wiki
Revision as of 07:26, 11 March 2010 by Egil (talk) (New page: The statement '''BREAK ''' breaks a LOOP/ENDLOOP loop, continue after the following ENDLOOP statement. Is only useful in front of the keyword ENDIF inside LOOP - ENDLOOP....)
The statement BREAK breaks a LOOP/ENDLOOP loop, continue after the following ENDLOOP statement.
Is only useful in front of the keyword ENDIF inside LOOP - ENDLOOP.