Scope.get
Get the variable value. Note that you have the variable before you can retrieve it.
- Documentation
- › API
- › Global objects API
- › Scope.get
Scope.get( variableName : String, fallbackValue : Boolean|Number|Object|String) : Boolean|Number
: String, fallbackValue : Boolean|Number|Object|String) : Boolean|NumberArguments
- variableName
- String. The variable name
- fallbackValue
- Boolean|Number|Object|String. Fallback value when this variable has not been declared.