Public Function Peek( _
ByRef rValue As Variant _
) As Boolean Assuming
stkTemp.StringView() = "(Top) 4444, 333, 22, 1 (Bottom)"
Dim varTemp As Variant
for example
stkTemp.Peek(varTemp) = True
leaves
varTemp = 4444
stkTemp.StringView() = "(Top) 4444, 333, 22, 1 (Bottom)"See also: NthFromTop Property Get
Item Property Get
Pop FunctionrValue: Value at the top of the Stack is assigned into variable rValue. rValue must be compatible with the value that is being retrieved from the Stack. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.