Re: Passing *possible* variables to a handler
Re: Passing *possible* variables to a handler
- Subject: Re: Passing *possible* variables to a handler
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 16 Jul 2002 08:44:11 -0700
On 7/16/02 7:40 AM, "Arthur J. Knapp" <email@hidden> wrote:
>
Nigel Garvey did some tests, (off list), in which he showed that
>
repeatedly creating a script object inside a handler like this:
>
>
on theHandler( theValue )
>
>
script obj
>
>
property aProperty : theValue
>
>
end script
>
>
-- stuff
>
>
end theHandler
>
>
did not seem to take up any excessive amount of time, ie: there does not
>
appear to be any major reason to create objects outside of the context
>
of where they are needed.
Ah, that was what I was asking the other day. Nigel, are these off-list
tests significantly different from your on-list test? Would you care to on
your offs?
>
(I'm sure there would be lots of exceptions to
>
this, however).
You are? Or you're just trying to make has feel better? (Very nice post,
BTW.)
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.