Variable.getAttribute
Last updated
Retrieves value from an attribute of an object variable in the application's local variable pool.
name
The variable's identifier containing the object.
Text
-
-
Yes
attribute
The attribute name of the object variable to retrieve value from.
Text
-
-
Yes
defaultValue
The default value to be used if the attribute does not exist or does not contain a value.
Any
-
-
No
The stored variable's value from the attribute, or null if the value does not exist, variable is not an object and default value is not supplied.
Any
N/A
Coming Soon.
Coming Soon.
Coming Soon.
Coming Soon.
Last updated