integer GetValueInteger (integer $VariableID)
VariableID | ID of the variable |
Value of the specified variable: -2,147,483,648 .. 2,147,483,647 |
The command returns the content of the IP-Symcon variable with the ID VariableID. The selected variable must have the type Integer. If the variables type is not Integer, the command stops with an error. No conversion is done by this command. For a type-unsafe query you can use the command GetValue.
$Number_persons = GetValueInteger(47788);