Skip to main content
Skip table of contents

BreakLoop: stop loop iteration

Tag: BreakLoop

The BreakLoop function stops the current loop/while.

Example Script

CODE
<loop list='list_COUNT' OnError='Next'>
	<if Target='Var' Mode='GreaterThan' Test='{%LoopIndex%}' Value='3'>
        <ECHO VALUE="BREAK LOOP {%LoopIndex%} > 3"/>
        <BreakLoop/>
    </if>
</loop>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.