Public Sub Push( _ ByVal vValue As Variant _ )
Assuming stkTemp.StringView() = "(Top) 333, 22, 1 (Bottom)" for example stkTemp.Push 4444 leaves stkTemp.StringView() = "(Top) 4444, 333, 22, 1 (Bottom)"See also:
PushMulti Subroutine Pop Function Duplicate Function Over Function Pick Function Deque Class StackPush SubroutinevValue: Value that will be added to the top of the stack. vValue can be any type of Variant value (vbString, numeric, vbDate, vbObject, vbArray, etc.).
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.