Actions

Difference between revisions of "BREAK (Event action)"

From Zenitel Wiki

 
Line 1: Line 1:
{{A}}  
+
{{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 09:58, 4 October 2019

AI.png

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.