Do

Description

Executes the steps between a Loop.Do step and a Loop.End_Loop step, until a Loop.Exit_Loop step is encountered.

Example

This example illustrates a Loop.Do construct.

Type Action Recognition Parameters Value

Variable

Set_Value

&Var =0

Loop

Do

Log

Message

The variable is &Var

Conditional

If_Then

&Var>3

Loop

Exit_Loop

Conditional

End-If

Loop

End_Loop