Public Sub AddHeadMulti( _
ParamArray vValues() As Variant _
) Assuming
Dim dqTemp As New Deque
for example
dqTemp.AddHeadMulti 12, "Sam"See also: AddHead SubroutinevValues: One or more values that will be inserted into the deque at its head. Values are added to the head of the deque left-to-right, so the rightmost argument becomes the head of the deque. Values can be any type of Variant value (vbString, numeric, vbDate, vbObject, vbArray, etc.).
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.