Break

<< Click to Display Table of Contents >>

Navigation:  Actions > Loops and Flows >

Break

 

Stops the execution of the current loop so that the task can continue executing the actions after the End Loop action. The Break action is often used in conjunction with the If Then action.

 

note Related Topics

File Loop

Text Loop

Dataset Loop

Simple Loop

While loop

Process Loop

End Loop

Continue

If Then

Else

End If

ElseIf Then

Exit

GoTo