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
InputData TypeDescription
Input1BooleanBoolean
Input2AllSets the True property. (optional)
Input3AllSets the False property. (optional)

Output

OutputData TypeDescription
Output1All 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

NameProperty TypeDescription
TrueStringThe data to be output if the first input stream is True.
FalseStringThe data to be output if the first input stream is False.