getVarAttr

Description

Returns the attribute value of an object or array variable.

Input / Parameter

Output

Callback

N/A

Video

Coming Soon.

Example

The user wants to use a value of an attribute from global variable which had been declared.

Step

  1. Assuming you have followed the "setVar" fuction in help document, call the function.

Result

In console, user can the string "CodeABC". If user variable "vObject" have no value, it will display "No Value".

Last updated