DeleteClientVariable("name")

Deletes the client variable specified by name. Returns a Boolean TRUE when variable is successfully deleted, even if variable did not previously exist. To test for the existence of a variable, use IsDefined.

See also GetClientVariablesList.

name

Name of a client variable to be deleted, surrounded by double quotes.

Usage

If the client variable specified by name does not exist, an error is returned.