> Is there a way to interrupt scripting with the pressing of a key, for 
> instance, F12?. I have developed a pretty long script and I 
> would like 
> to stop it with the pressing of certain key. Is this possible?

If you are having a single, long command then no. If you're running a loop
that is changing, include something like:

If ({f12} == "1") do
    Message I'm quiting the script
  Else
        Message Doing something when there is no F12 key
  Endif
  Quit

This logic can be put into a for() loop as well. See help file for syntax of
For()

David Troesch  |  Atlanta, GA  |  ICQ# 2333123
US Supreme court lets corporations use local govt to steal your house
http://tinyurl.com/dh4ku
Funstuff: Be careful and have a good time!"  (Mothers' paradox curse)



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to