If Greater Than Zero ( IAIfGreaterThan0 )
Parameters:
Name |
Short Name |
Type |
Description |
Execute output #1 if value>0, otherwise #2 |
condition |
real |
A value greater than 0 executes output #1, zero or smaller value executes output #2. |
Description:
Controls branching of pipeline execution. A value greater than 0 executes output #1, zero or smaller value executes output #2. Use the EndIf command to join the end of the two pipeline branches.
Directly link EndIf to the If command as output #2 to have conditional execution of output #1 if the value is set to Yes and no action if the value is No.
Use this function with expression evaluation.