Scope.set
Set the variable to the given value. Note that you have to declare the variable before it can be set.
- Documentation
- › API
- › Global objects API
- › Scope.set
Scope.set( variableName : String, value : Boolean|Number|String|Object)
: String, value : Boolean|Number|String|Object)Arguments
- variableName
- String. The variable name
- value
- Boolean|Number|String|Object. The value