Skip to content

qie.variableExists

Signature: qie.variableExists(name)

Returns: Boolean exists - true if variable exists, false otherwise

Returns true or false depending on whether or not the specified variable name exists.

Parameters

Type Name Description Default
String name the name of the global or local system variable

Example

// Check whether a system variable exists
var exists = qie.variableExists("favoriteBook"); // true | false