Difference between revisions of "BREAK (Event action)"
From Zenitel Wiki
Line 1: | Line 1: | ||
− | {{ | + | {{AI}} |
The statement '''BREAK ''' breaks a [[LOOP/ENDLOOP]] loop, continue after the following ENDLOOP statement. | The statement '''BREAK ''' breaks a [[LOOP/ENDLOOP]] loop, continue after the following ENDLOOP statement. | ||
Latest revision as of 08:58, 4 October 2019
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.