Ralph DiMola wrote:

Feeling pretty clueless here but...

I need ("5" = "005") to be false. This is for password validation.

I could swear this used to work using some tricky combination of < and >. Anyway, the trick is to make them compare as strings. Forcing quotation marks seems to work:

  put quote & "5" & quote into tFirst
  put quote & "005" & quote into tSecond
  put tFirst = tSecond

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to