ChrisQuick
Programmer
Assuming that have an array with last name, age and city for 3 people in this order:
'SMITH','30','ATLANTA'
'JONES','28','LAS VEGAS'
'ADAMS','40',''ORLANDO'
and I wanted to sort based on the city name, how would I do this? Would it be possible to write a function to sort an array using the convention:
someNewfunction(arrayName,sortColumn)??
Any thoughts? cquick@geotg.com
Geographic Information System (GIS), ASP, some Oracle
'SMITH','30','ATLANTA'
'JONES','28','LAS VEGAS'
'ADAMS','40',''ORLANDO'
and I wanted to sort based on the city name, how would I do this? Would it be possible to write a function to sort an array using the convention:
someNewfunction(arrayName,sortColumn)??
Any thoughts? cquick@geotg.com
Geographic Information System (GIS), ASP, some Oracle