CoreClasses Xojo Plugin

VariantStack.Push Method

Use this method to push one item onto the stack.

Push(
   item as Variant)

Parameters

item
The Variant to push onto the stack.

Remarks

See Also

VariantStack Class