Simple Loop

<< Click to Display Table of Contents >>

Navigation:  Actions > Loops and Flows >

Simple Loop

 

Allows a task to iterate through a loop.

 

LoopsSimple

 

Start From

Enter the number at which to start the loop.

 

To

Enter the number at which to end the loop.

 

Destination Variable

Stores the current value of the loop. For example, if you enter 1 in the Start From box and 5 in the To box, then, in the first iteration, the destination variable contains 1. In the second iteration, the destination variable contains 2, and so forth.

 

note Related Topics

File Loop

Text Loop

Dataset Loop

While loop

Process Loop

End Loop

Break

Continue

If Then

Else

End If

ElseIf Then

Exit

GoTo