> WARNING: *char_a == *char_b is absolutely wrong
> (unless you want to know if the two pointers points to the same address)

  well.. its not wrong, it'll work.. but.. it'll compare only the first
  character of the string :)

> to compare two stings you have to use StrCompare() or StrCaselessCompare()
> (similar to plane C strcmp(), but don't use this for Palm programs!)

  correct :)

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to