Next

Description

Terminates a Loop.For construct. Loop.Next increments the variable in the Loop.For step.

Example

This example illustrates using the Loop.For with Loop.Next to terminate the loop.

Type Action Recognition Parameters Value

Variable

Set_Value

&Var =0

Loop

For

&Var =1 to 5

Log

Message

The variable is &Var

Loop

Next