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

Sort Variant Matrix Rows Function
Array Sorts Class

Public Function SortVariantMatrixRows( _
      ByRef rArray() As Variant _
    , Optional ByVal vCompare As Variant _
    , Optional ByRef vKeyColumns As Variant _
    , Optional ByVal vStable As Variant _
    ) As Boolean

Non-recursive Quick Sort of the elements of a two-dimensional variant array. The column comprising the sort key is passed in vKeysInDim1(1..UBound).

Top20: This function is among our "top-twenty" most useful.
See also:
    SortVariantMatrixRowsSample Subroutine
    SortVariantMatrixRows2ndSample Subroutine

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