
-----------------------------------
cool dude
Thu Oct 05, 2006 9:56 am

comparing strings
-----------------------------------
if i wanted to see if a > b how would i do that?

-----------------------------------
wtd
Thu Oct 05, 2006 10:50 am


-----------------------------------
The same way you would for anything else that implements the Comparable interface.

Hint: I just gave you the answer, as long as you can use the API reference.

-----------------------------------
cool dude
Thu Oct 05, 2006 1:52 pm


-----------------------------------
The same way you would for anything else that implements the Comparable interface.

Hint: I just gave you the answer, as long as you can use the API reference.

Thanks  :)
