Public Sub AddTailMulti( _
    ParamArray vValues() As Variant _
    )    Assuming
       Dim dqTemp As New Deque
    for example
       dqTemp.AddTailMulti 12, "Sam"See also: AddTail SubroutinevValues: One or more values that will be inserted into the deque at its tail. Values are added to the tail of the deque left-to-right, so the rightmost argument becomes the tail 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.