Re: simple Quictime script
Re: simple Quictime script
- Subject: Re: simple Quictime script
- From: Alex Zavatone <email@hidden>
- Date: Wed, 13 Oct 2010 17:07:58 -0500
Awesome tip Stan. Thanks.
On Oct 13, 2010, at 4:43 PM, Stan Cleveland wrote:
> Hi Jan and Alex,
>
> Even more simply, instead of using "using terms from" or defining your entire script as a script object and referencing it by name, use one of these:
> set something to my subfunction()
> set something to subfunction() of me
> tell me to set something to subfunction()
>
> The "me/my" implicitely references the parent script without needing to define it as a named script object. (I included the capture of a returned value in each example, to show the needed syntax.) All three of these forms are equivalent, so use whichever you prefer.
>
> HTH,
> Stan C.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden