I overlooked something in the stack...

the script of the second button should read:

on mouseUp
  set the caseSensitive to true
##check the other fields!!
  get generatePass (fld "theName2",fld "license2")
##add the or part!!!
  if it<>fld "nummer2" or it="failed" then
    beep
    answer "Sorry! Code is wrong. :-("
  else
  answer "Hoooooray! You are registred"
  end if
   set the caseSensitive to false
end mouseUp


Sorry, I uploaded too fast. <g>.

>Hi.

>The registration number creator stack is online.

>go stack url "http://www.derbrill.de/revstack/passwort.rev";


>or download

>http://www.derbrill.de/revstack/passwort.rev.zip

>It�s all just some string manipulation. Nothing too special. ;-)


Regards,

Malte

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to