Public Function Pop( _ Optional ByRef rValue As Variant _ ) As Boolean
Assuming stkTemp.StringView() = "(Top) 4444, 333, 22, 1 (Bottom)" Dim varTemp As Variant for example stkTemp.Pop(varTemp) = True leaves varTemp = 4444 stkTemp.StringView() = "(Top) 333, 22, 1 (Bottom)"See also:
PopMulti Function Push Subroutine Item Property NthFromTop Property Deque Class StackPop FunctionrValue: Value at the top of the Stack is moved into variable rValue. rValue must be compatible with the value that is being retrieved from the Stack. rValue is optional and can be omitted in order to remove the value from the Stack without returning the value.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.