Using Variables with IF-Else and LOOP Commands

The IF/Else and LOOP commands enable you to use variables, allowing you to run a loop until a particular condition is met for the variable.

Using IF/Else Commands with Variables

While inserting an If/Else condition, select a variable you want to use (see example).

Image displaying using If/Else command with Variables

Using Loop Commands with Variables

While inserting a Loop condition, select a variable you want to use within the loop until the condition is met (see example).

Image displaying using Loop command with Variables