ask password

Wouter wouter.abraham at pi.be
Thu Apr 1 20:36:17 EST 2004


> 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






More information about the use-livecode mailing list