Re: Passing variables between scripts
Re: Passing variables between scripts
- Subject: Re: Passing variables between scripts
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 12 Dec 2000 13:08:15 -0800
On 12/12/00 12:43 PM, "email@hidden" <email@hidden> wrote:
>
When you are done using the helper, tell it to quit if you don't want it
>
hanging
>
around.
And if you have made the helper a stay-open application, as Scott suggested,
then you'll have to add another handler to it:
on quit
continue quit
end quit
or it won't actually quit. Or such has been my limited experience with
stay-opens. Is there another way?
--
Paul Berkowitz