hi every body
I have here a little script of checking
user id and password

I am sure there is a better way of doing this
any ideas



set itemDel to comma
  put fld "id" into tid
  put fld "password" into tpassword
  find tid in fld "passwords"
 select item 2 of the foundline
put the selectedText into tpass
 if tpass = tpassword then Beep 3

Thanks Liam
Ireland
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to