Adaptive Framework 0.9.0

variable_get

The following is a list of properties for the function variable_get:

PropertyValue
briefGet a variable value
categorymiscellaneous
descriptionReturn the value of a variable. If variable is not available, return a default or null value.
functionIdvariable_get
functionLabelvariable_get
parameters[ { "dataType": "string", "description": "Name of variable to get. The name can optionally be preceded with a qualifier followed by \"::\".", "name": "name" }, { "description": "The default value of variable if it does not exist in object. If not specified, null value is the default.", "name": "defaultValue", "optional": true } ]
returns{ "description": "Evaluated variable value or default." }