Re: Forcing an applet to quit
Re: Forcing an applet to quit
>
> > on run
>
> > beep
>
> > doIt()
>
> > beep
>
> > end run
>
> >
>
> > on doIt()
>
> > error NUMBER -128
>
> > end doIt
>
> >
SNIP
>
...which means that Script Editor will report the error, and it beeps when it
>
does so. The second beep is coming from the error dialog, not your script.
>
"error number -128" will terminate the script silently.
which it does unless it is a stay open applet. Then it just sits there.
How do you kill one of them? (sys 9.04)
Doug