SetVariable(name, value)

The function sets the variable specified by name to value and returns the new value of the variable.

See also DeleteClientVariable and GetClientVariablesList.

name

Valid variable name.

value

String or number assigned to the variable.

Usage

When setting client variables, it is required that the client variable exists prior to the using of this function and the ClientManagement attribute of CFAPPLICATION tag has been set to "Yes" for this template.