Documentation
IPS_VariableExists
boolean IPS_VariableExists (int $VariableID)
Parameters
VariableID | ID of the variable |
Returns
If the variable exists, TRUE is returned, otherwise FALSE.
Description
This function checks if the variable with the ID VariableID exists.
Example
if (IPS_VariableExists(44788))
echo "Variable already exists!";