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.

$IsVariableDefined

Returns true if the specified variable name is available in the current context; otherwise returns false.

Script usage:

$IsVariableDefined(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.