CoreClasses Xojo Plugin

ObjectStack.Push Method (console safe)

Use this method to push one item onto the stack.

Push(
   item as Object)

Parameters

item
The Object to push onto the stack.

Remarks

See Also

ObjectStack Class