Sets the value of a user variable with the specified name associated with the specified scope. If the variable does not exist, it is created.
Parameters:
scope
If this parameter is not specified, the global scope is assumed by default.
name
value
Note: null
value is legitimate as any other object.
'value'
parameter)
getVar(), checkVar(), removeVar()