ask password
hershrev hershrev at realtorsgroup.us
Thu Apr 1 19:14:21 EST 2004

* Previous message: Is there a way to recover the stack file from a classic Mac Standalone
* Next message: Retrolution 4 Released
* Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]


I'm trying to use the ask command but.....
ask password
if it is "abc" then
   beep
else
   exit to top
end if
the filed contains "abc" but it doesn't mach for some reason
thanks hershrev


Hi,


May this will help:

on mouseUp
ask password clear "enter your login"
if it is "abc" then put it && "yes"
else put "no way"
end mouseup

But to make this command to work properly you will have to correct the bug.
This is explained at:
http://lists.runrev.com/pipermail/use-revolution/2004-March/034253.html


But beware of the line wrapping.

Greetings,
WA




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

Reply via email to