BoolIf
The BoolIf function outputs data as determined by the first input stream's Boolean value.
If the first input stream is True, the True
property's value is output.
If the first input stream is False, the False
property's value is output.
Input
Number of Connections: Min: 1/Max:3
Input | Data Type | Description |
Input1 | Boolean | Boolean |
Input2 | All | Sets the True property. (optional) |
Input3 | All | Sets the False property. (optional) |
Output
Output | Data Type | Description |
Output1 | All |
If the first input stream is True, the True property's value is output.
If the first input stream is False, the False property's value is output.
|
Property
Name | Property Type | Description |
True | String | The data to be output if the first input stream is True. |
False | String | The data to be output if the first input stream is False. |