LuaScript Xojo Plugin

LuaScriptContext.SetGlobal Method

Sets a global double variable.

SetGlobal(
   name as String,
   value as Double)

Parameters

name
Name of the variable to be set
value
Value of the variable to be set

Remarks

See Also

LuaScriptContext Class