Adaptive Framework 0.9.0

variable_exists

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

PropertyValue
briefDetermine if a variable exists
categorymiscellaneous
descriptionReturn the true if the named variable exists.
functionIdvariable_exists
functionLabelvariable_exists
parameters[ { "dataType": "string", "description": "Name of variable to check. The name can optionally be preceded with a qualifier followed by \"::\".", "name": "name" } ]
returns{ "dataType": "boolean", "description": "True if variable exists." }