Condition Dialog: lets you to define new conditional statement or edit existing conditional statement.
To make a “If…Then…” statement select “If” radio button and set the condition. The condition value should be a Boolean value. For example in the statement of
“If A>1 do (…)” condition is “A>1”.
If the “If” statement include an “else” statement the “Else” option must be active. In this case you will get two new rollouts in the function definition. First one will include commands which will perform when the condition met and second rollout includes commands that should perform when condition is false.
|