Documentation
GetValueBoolean
boolean GetValueBoolean (int $VariableID)
Parameters
VariableID | ID of the variable |
Returns
Value of the specified variable
Description
The command returns the content of the IP-Symcon variable with the ID VariableID. The selected variable must have the type Boolean. If the variables type is not Boolean, the command stops with an error. No conversion is done by this command. For a type-unsafe query you can use the command GetValue.
Example
$Window_open = GetValueBoolean(47788); // Boolean variable: true or false