I want to sort 4 Arrays together
Example:
DIM a$(29)
DIM b$(29)
DIM c$(29)
DIM d$(29)
I want to sort a$() and tag along b$() c$() and d$()
What is the best way to do this since the TAGARRAY
only works with one array.
Thanks for your help!
Dave
Example:
DIM a$(29)
DIM b$(29)
DIM c$(29)
DIM d$(29)
I want to sort a$() and tag along b$() c$() and d$()
What is the best way to do this since the TAGARRAY
only works with one array.
Thanks for your help!
Dave
Comment