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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top