Actions

BREAK (Event action)

From Zenitel Wiki

Revision as of 08:26, 11 March 2010 by Egil (talk) (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....)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.