LuaScript Xojo and Real Studio Plugin |
|
LuaScriptContext.GetGlobalString Method (console safe)
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