M
moondog
How do you sort a 2D array?
Dim myArray(10000, 9) As String
myArray contains 10000 records with 9 fields. I want to sort on the
Ninth field.
I want to be able to use the sort method, but how?
myArray.sort( ?, ?)
Thanks,
Moondog
Dim myArray(10000, 9) As String
myArray contains 10000 records with 9 fields. I want to sort on the
Ninth field.
I want to be able to use the sort method, but how?
myArray.sort( ?, ?)
Thanks,
Moondog