Re: TIDs, AppleScript's or not
Re: TIDs, AppleScript's or not
- Subject: Re: TIDs, AppleScript's or not
- From: Jon Pugh <email@hidden>
- Date: Tue, 25 Feb 2003 20:59:43 -0800
At 10:50 PM -0600 2/25/03, Jeffrey Mattox wrote:
>
I usually see this in this group:
>
>
set tid to AppleScript's text item delimiters
>
set AppleScript's text item delimiters to ...
>
>
And sometimes just this (here and in some books):
>
>
set tid to text item delimiters
>
set text item delimiters to ...
>
>
I guess the second forms are risky and are making some assumptions.
>
>
Elucidate, please. If they're not always AppleScript's, whose are they?
The current tell block's. You need to use "AppleScript's" if you are in a tell block.
Jon
_______________________________________________
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.