Loop While

Category

Loop Commands

Description

This command allows you to evaluate a logical statement to determine if the statement is true. The following actions will repeat continuously until that statement becomes false. Use this command when you want to check if a statement is ‘true’ or ‘false’ and subsequently loop actions based on either condition. Any ‘BeginLoop’ command must have a following ‘EndLoop’ command.

Parameters

Loop Action

Select type of loop command.

Condition

Select the required comparison parameters.

Returned Value

This command does not have returned value.

Example Usage

Example Location:

BYpass\Examples\Loop Commands\Loop While\Loop While.xml

See Also