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

Rotate Variant Vector Down Function
Array Others Class

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

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

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