Mark thank you

I finely worked out what I needed

set the itemdel to comma
  ask "User Name"
  if it is empty then exit mouseup
  put it into tUser
  repeat for each line tline in fld "pass" ----This is a hidden fld
    if item 1 of tline is tUser then
      put item 2 of tline into tPassword
    end if
  end repeat
  ask "Please enter your password"
  if it is tPassword then
    answer "yahooo" -----Do what ever here
  else
    answer "Wrong Pass"
  end if

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