password

Liam Lambert liamlambert at mac.com
Wed Apr 26 08:49:21 EDT 2006


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


More information about the use-livecode mailing list