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....) |
|||
Line 1: | Line 1: | ||
+ | {{A}} | ||
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. | ||
Revision as of 09:05, 11 January 2017
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.