Public Property Get Tail( _ ByRef rValue As Variant _ ) As Boolean
Assuming Dim dqTemp As New Deque for example dqTemp.AddTail 12 Dim varTemp As Variant dqTemp.Tail varTemp leaves varTemp = 12See also:
Head Property RemoveTail FunctionrValue: Value at the tail of the Deque is assigned into variable rValue. rValue must be compatible with the value that is being retrieved from the Deque.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.