Re: hash arrays and other mysteries
Re: hash arrays and other mysteries
- Subject: Re: hash arrays and other mysteries
- From: Paul Skinner <email@hidden>
- Date: Sun, 21 Oct 2001 21:50:55 -0400
on 10/21/01 8:53 PM, Timothy Bates wrote:
>
On 21/10/01 11:34 PM, "Jason W. Bruce" <email@hidden> wrote:
>
> What's the difference between an import statement as implemented in other
>
> languages and AppleScript's load script command -- aside from the fact that
>
> load script is a scripting addition, albeit a standard additions scripting
>
> addition?
>
> Jason Bruce
>
>
Import (would) add new handlers to your script object. Load script add new
>
objects to your script object.
>
SNIP
>
Tim
Then what you want is available in vanilla AppleScript. The parent property
adds handlers from the parent script into your child script. No tell object
machinations required.
--
Paul Skinner