Deletes a client variable. Returns true
if variable was successfully deleted; false
if it was not deleted.
NOTE: To test for the existence of a variable, use IsDefined
or structKeyExists
.)
deleteClientVariable(name)
returns boolean
Name | Type | Required | Default | Description |
---|---|---|---|---|
name | string | Yes | The name of a client variable to delete, surrounded by double-quotation marks. |