Re: "tell application" without starting application?
Re: "tell application" without starting application?
- Subject: Re: "tell application" without starting application?
- From: Duncan Cowan <email@hidden>
- Date: Thu, 28 Nov 2002 17:41:50 +1100
Yes. Now I understand some of the problems that I have been having with
iTunes track and track id etc.
Thanks for in depth explanations and pointers.
From: Paul Berkowitz <email@hidden>
Date: Wed, 27 Nov 2002 20:58:11 -0800
To: Applescript-Users <email@hidden>
Subject: Re: "tell application" without starting application?
tell application "Outlook Express"
{message id 12345, message id 12346, message id 12347} contains
message id 12345 -- list on left side, message class on right side
--> ERROR: "Can't make <<class inm >> id 12345 into a vector."*
{message id 12345, message id 12346, message id 12347} contains
{message id 12345} -- both sides lists
--> true
end tell
(* a vector is a type of list.)
--
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.
_______________________________________________
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.