AppleScript: The Missing Manual
B.5. Pausing
In HyperTalk, when you want to halt the progress of a script temporarily, you use the wait command, like this: wait 2 seconds
In AppleScript, you use delay: delay 2 |
B.5. Pausing
In HyperTalk, when you want to halt the progress of a script temporarily, you use the wait command, like this: wait 2 seconds
In AppleScript, you use delay: delay 2 |