H
HardySpicer
I have 7 string arrays whose indexes must always be related to one
another since they are part of what is similar to a spread-sheet type
thing. I wish to sort the first array in alphabetical order - and the
others - since they are linked must follow suit so that the rows are
all in the same order as the first. I can use arrays.sort() I suppose
but this only sorts the first array - how do I "sync" them!
regards
H.
another since they are part of what is similar to a spread-sheet type
thing. I wish to sort the first array in alphabetical order - and the
others - since they are linked must follow suit so that the rows are
all in the same order as the first. I can use arrays.sort() I suppose
but this only sorts the first array - how do I "sync" them!
regards
H.