You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This function creates a variable named variable_name for storing a boolean value, and assigns it a value, which is also returned in order to be used within an expression.

Syntax
setBoolean(text variable_name, boolean value) #Output: Boolean
Examples
Expression parserDescription
setBoolean("myBoolean",true)
This example creates the value "myBoolean" and assigns it the value "true", which is also returned.
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a BOOLEAN