Sorting two-dimensional array

  • Thread starter Thread starter Sick
  • Start date Start date
S

Sick

Hey,

The Array.Sort function only applies to one-dimension arrays. Is there a
solution for sorting a two-dimensional array, preferably *without* the usage
of additional controls such as listbox/flexgrid?

Example:
OrderMatrix(0, iSortTheseRows)

Where "0" is the sortable value (articlenumber), and "iSortTheseRows" are
the amount of rows need to be sorted (upperbound).

Thanks.
 
Back
Top