LuaScript Xojo Plugin

LuaScriptContext.Push Method

Pushes a String value to the stack. This is often used to return values from a function.

Push(
   value as String)

Parameters

value
The value to be pushed onto the stack

Remarks

See Also

LuaScriptContext Class