
-----------------------------------
air_force91
Sun Nov 23, 2003 9:26 am

string comparisons
-----------------------------------
how do i compare strings alphabetically...like i ask a user their last name and if their last names begin with letter a to u they are placed in class 1 and if their last names begin with letter v to z, they are placed in class 2?

need help ASAP...thanx.... :)

-----------------------------------
Mazer
Sun Nov 23, 2003 9:44 am


-----------------------------------
if lastname (1) >= "A" and lastname (1) = "a" and lastname (1) 