Public Property Get Head( _ ByRef rValue As Variant _ ) As Boolean
Assuming Dim dqTemp As New Deque for example dqTemp.AddHead 12 Dim varTemp As Variant dqTemp.Head varTemp leaves varTemp = 12See also:
Tail Property RemoveHead FunctionrValue: Value at the head 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.