Re: Passing *possible* variables to a handler
Re: Passing *possible* variables to a handler
- Subject: Re: Passing *possible* variables to a handler
- From: Andy Wylie <email@hidden>
- Date: Sat, 20 Jul 2002 03:23:52 +1200
on 19/7/02 9:30 AM +1200: Arthur J. Knapp wrote:
>
-- Equally speedy:
>
--
>
set v to Serge's p's item 5 -- script-object's property's item x
>
set v to Nigel's GetAt(5) -- my property's item x
>
set v to Hamish's GetAt(5) -- my item x
>
>
-- Interesting, but no appearent speed difference:
>
--
>
set v to Hamish's item 5
>
I find Hamish slow either way and this ...
on foo()
script
property bar : my a
end script
end foo
set foo to foo()
foo's bar's item 5
the same as your 'Serge' with 'Nigel' just a tad slower.
_____________________________ Andy
_______________________________________________
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.