Re: Stoping the script until "Enter" is pressed?
Re: Stoping the script until "Enter" is pressed?
- Subject: Re: Stoping the script until "Enter" is pressed?
- From: g3pb <email@hidden>
- Date: Tue, 13 Feb 2001 07:38:10 -0900
display dialog "Press enter ..." buttons {"Enter"} default button ,
"Enter" with icon note
-- hcir
mailto:email@hidden
Made with a Mac!
>
Hi,
>
Here's what I wnat to do in my script:
>
>
on run
>
-- here, the script do a couple of things.
>
...
>
...
>
-- here, the script pause until the key "Enter" is pressed
>
-- here, the script continue (after the "enter" key have been
>
pressed).
>
end run
>
>
The problem, is that I don't know how to know that the "Enter" key, or
>
any other key, have been pressed so that I can continue the script.