Actions

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....)
(No difference)

Revision as of 08:26, 11 March 2010

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.