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

Sort Variant Matrix Rows Keys Only Fast Function
Array Sorts Class

Public Function SortVariantMatrixRowsKeysOnlyFast( _
      ByRef rKeys() As Variant _
    , ByRef vArray() As Variant _
    , ByVal vCompare As Variant _
    , ByRef vKeyColumns As Variant _
    ) As Boolean

Non-recursive Quick Sort of the KEYS to a two-dimensional variant array. The column comprising the sort key is passed in vKeysInDim1(1..UBound). Similar to SortVariantMatrixRowsKeysOnly, except only supports String and numeric values within sort keys. Null and Empty and Object and VariantArray type values are not supported.

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