
-----------------------------------
Beast_
Wed Jan 25, 2006 7:51 pm

Sorting Names
-----------------------------------
Hey, I need help sorting names, alphabetically. I have two variables, which consist of 'firstname' and 'lastname'. I need to have the lastname data sorted out alphabetically, so my list of names are in order.

Ie :
(lastname), (firstname)
Smith, John
Turing, Alan


Your help is appreciated. Thanks

-----------------------------------
Cervantes
Wed Jan 25, 2006 8:10 pm


-----------------------------------
Sorting is easy.  int stuff to strings.  You can compare strings using the >,  "Edwin" put
    put "Go for the eyes Boo, GO FOR THE EYES!! RrraaaAAGHGHH!!!"
end if

