Hi all,
i am looking out for sorting a two dimensional array where i have to sort the first column of a two-column
array, and I want the second column moved along with the first one. Here is an example
24,2
36,4
18,3
should look like
18,3
24,2
36,4
so basically i want to arrange the first column in ascending order where the second column should simply move along..
Thanks in advance
Logic4Fun
i am looking out for sorting a two dimensional array where i have to sort the first column of a two-column
array, and I want the second column moved along with the first one. Here is an example
24,2
36,4
18,3
should look like
18,3
24,2
36,4
so basically i want to arrange the first column in ascending order where the second column should simply move along..
Thanks in advance
Logic4Fun