LuaScriptContext.GetGlobalObject Method
Gets a global Xojo or Real Studio object variable by name.

GetGlobalObject(
name
as String)
as Object
Parameters
- name
- Name of the variable to get
Returns
- Object
- The value of the variable
Remarks
See Also
LuaScriptContext Class