To Bool
Description
Converts a text, integer, or decimal variable to a bool:
Converts a text, integer or decimal value of 0 to false.
Converts a text, integer or decimal value of 1 to true.
Converting a text value of "true" to true.
Converting a text value of "false" to false.
Event Options
Variable
A text, integer, or decimal variable you wish to convert.
As
The resulting true or false value.
Example
Variable
1
After running the event with the above options, the As option will be hold the value true.
Last updated