wayne_harper2003 wrote:

> is there a way to interrupt & quit script excution by means of a hotkey?
> Thanks-Wayne
> 

I don't know of any such key, unfortunately.

If you're writing your own scripts and are worried about infinite loops, 
this technique might help:

if(shift)
  quit

will quit script execution if the shift key is pressed.
can also use
if(ctrl)
if(shift && ctrl)
etc.




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