LuaScript Xojo Plugin
LuaScriptContext.GetGlobalString Method
Gets a global string variable by name.
GetGlobalString(
name
as
String)
as
String
Parameters
name
Name of the variable to get
Returns
String
The value of the variable
Remarks
See Also
LuaScriptContext Class