Re: TIDs and other questions
Re: TIDs and other questions
- Subject: Re: TIDs and other questions
- From: John Delacour <email@hidden>
- Date: Fri, 25 Apr 2003 22:18:19 +0100
- Mac-eudora-version: 6.0a16
At 4:52 pm -0400 25/4/03, Deivy Petrescu wrote:
On Friday, April 25, 2003, at 03:23 PM, John Delacour wrote:
This will work:
tell application "Eudora"
MY text item delimiters
end tell
-- and this will not:
tell application "Eudora"
text item delimiters
end tell
What do you mean by "it will not work" ?
What I mean is that 'text item delimiters' in the scope of an
application will give an error and not even compile:
tell application "TextEdit" to get text item delimiters
but
tell application "TextEdit" to get MY text item delimiters
will work fine.
And it is NEVER necessary to tire the keyboard with "Applescript's"
JD
PS. If I repeat it enough times, someone is going to prove me wrong :-)
_______________________________________________
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.