<-- Previous || Up || Next -->

Add Tail Multi Sub
Deque Class

Public Sub AddTailMulti( _
    ParamArray vValues() As Variant _
    )

Inserts one or more values at the tail of the deque.
Puts the values into a queue when the deque is being used as a queue.

Example:
    Assuming
       Dim dqTemp As New Deque
    for example
       dqTemp.AddTailMulti 12, "Sam"
See also:
    AddTail Subroutine
vValues: 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.).
v1.3 Addition: This Subroutine is a new addition to this version of Entisoft Tools.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.