The Designer features a built-in base type Boolean (see Available Base Types). Boolean values represent binary-valued logic (true, false). Variables of this type can have the values true or false. You can assign these values directly or by a boolean expression.
The following boolean expressions are supported by the Designer:
-
Logical Operators -
Boolean Operators -
condition () Statement -
convertToInteger() Operation for Booleans -
convertToString() Operation for Booleans -
like Operator -
not() Operation of Boolean Expressions -
set Assignment Statement with Boolean Constants -
set Assignment Statement with Boolean Expressions -
unlike Operator
Related Content
Related Pages: