Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

GetVariableValue

Modified on July 26, 2024

Returns the value of a variable if the specified variable name is available in the current context; otherwise returns null.

Script usage:

GetVariableValue(VariableName, [VariableType])

Parameters:

NameDescription
VariableNameThe name of the variable.
VariableTypeMust be one of: any, scalar, vector, or map; when none is specified, "any" is used.