Application icon

Exit Repeat

This function exits the current action. The function can be executed always or only if the action test state is true or false.

If the action is being directly run by a Repeat For, Repeat Forever or Repeat With statement, it will stop the current repeat sequence. Regardless of the execution mode, execution will resume at the statement following the Repeat.

The statement can also optionally set the action test state to true or false if the statement is executed.

For additional information see Flow Control