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

Rotate Variant Vector Up Function
Array Others Class

Public Function RotateVariantVectorUp( _
      ByRef rArray() As Variant _
    , Optional ByVal vLowerElem As Variant _
    , Optional ByVal vUpperElem As Variant _
    ) As Boolean

Rotates all of the elements up within a variant array, i.e.: A(3) becomes A(2), A(2) becomes A(1), A(1) becomes A(3).

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