Breaks out of the loop.

Syntax

Smartsite SXML CopyCode image Copy Code
this.break()

Parameters

This Viper method does not expose any parameters.

Return Value

None.

Used in

Macro Description
DoWhile Executes statements while the given expression evaluates to true.
The expression is tested at the end of each loop.
While Executes statements while the given expression evaluates to true.
The expression is tested at the beginning of each loop.

Expand image Example

SXML