ph_deleteglobal PowerHome formula function
Description
Deletes a PowerHome global variable on the fly.
Syntax
ph_deleteglobal ( id )
Argument |
Description |
id |
String. The ID of the global variable to delete. |
Return value
Integer. Returns 0 if successful. Returns a 1 if an error occurred such as the ID not existing.
Examples
The following examples demonstrate typical syntax/usage for this function.
• ph_deleteglobal("MOTIONCOUNT")