Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sort multidimensional array

Status
Not open for further replies.

SBsteve

Technical User
May 14, 2008
8
US
How do I sort a multidimensional array in VB script?

By the way, it is a 2D array.

Thanks,
SBsteve
 
A 1D array is much like a 2D array which only has a single 'column' so a 2D array can be sorted in much the same way as a 1D array except when swaps occur they must be applied to all 'columns'.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top