Difference between revisions of "BREAK (Event action)"
From Zenitel Wiki
(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....) |
|||
(One intermediate revision by one other user not shown) | |||
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.