Table of Contents

Variable condition

This action allows you to compare the value of a variable to another variable or fixed value. Depending on the result the execution can jump to another line or label. This action represents the base of all conditional instruction. This action works with numerical or text values.

Standard parameters

Input parameters

Variable

The variable to test.

Condition

The condition to check. Standard operators are:

Value

The variable or the fixed value to use for the comparison.

If true

The action to take if the result is true.

If false

The action to take if the result is false.

Exceptions