mhamilton3
Programmer
- Oct 31, 2001
- 129
I have an array ($a) that appears as follows:
john 10 01/01/1950 builder
tony 31 01/01/1997 plumber
mark 15 10/15/1975 captain
adam 18 11/27/1961 driver
and I want to sort it by any column. For simplicity's sake, let's say the last one. I can't find a simple process. Does one exist? The row has to be maintained (tony stays with 31, 01/01/1997, and plumber).
Any help would be appreciated. Thanks.
john 10 01/01/1950 builder
tony 31 01/01/1997 plumber
mark 15 10/15/1975 captain
adam 18 11/27/1961 driver
and I want to sort it by any column. For simplicity's sake, let's say the last one. I can't find a simple process. Does one exist? The row has to be maintained (tony stays with 31, 01/01/1997, and plumber).
Any help would be appreciated. Thanks.