C
cs_hart
I have the following data
custID orderNum trackingNum ShipDate
I have put these in multiple arrays since I want to redim. For example,
the user selects one shipdate and I keep only the entries for that date
and thenn redim to a smaller array.
I come to a point where I want to sort by custID. I can find how to
sort two arrays, but how do I sort multiple arrays? A pointer to a
source would be good.
Or is there a better way to do this?
custID orderNum trackingNum ShipDate
I have put these in multiple arrays since I want to redim. For example,
the user selects one shipdate and I keep only the entries for that date
and thenn redim to a smaller array.
I come to a point where I want to sort by custID. I can find how to
sort two arrays, but how do I sort multiple arrays? A pointer to a
source would be good.
Or is there a better way to do this?