Flow Commands
Refer to the table below for a detailed overview of each command and its respective functionalities:
Command | Description |
---|---|
Compare the values of one or more variables with other specified values to determine whether one or more conditions are TRUE or FALSE. |
|
The Global Function feature lets you create a customized self-made advanced command that contains of a set of advanced commands of your choice. |
|
Group a series of commands into a single unit – making it easy to view, manage, and use. |
|
Compare the value of a variable with another specified value to determine whether a condition is TRUE or FALSE. |
|
Repeat an action or series of actions for as long as any/all of the defined conditions are TRUE. |
|
Exit a Loop before it reaches its defined conclusion (i.e., though the conditions for continuing the loop are still TRUE). |
|
For each item in a string of items stored in a variable (an "array"):
|
|
Return to the first logical step of a Loop (i.e., evaluating the condition(s) for continuing the loop) without completing the defined actions for the current item. |
|
For each row of a table stored in a variable:
|
|
Compare the value of a variable with one or more other values to determine whether each condition is TRUE (i.e., the values are equal) or FALSE (i.e., the values are unequal). |
|
Pause command execution for a specified time. |