Re: Two mail.app applescript bugs
Re: Two mail.app applescript bugs
- Subject: Re: Two mail.app applescript bugs
- From: KOENIG Yvan <email@hidden>
- Date: Mon, 14 Jan 2008 22:22:59 +0100
Le 14 janv. 2008 à 22:07, criselot a écrit :
…
Fourth bug:
set MsgRef to (item 1 of selection) -- does not work
To make it work, I have to write:
set temp to selection
set MsgRef to (item 1 of temp)
Is it really a bug?
I seems that it is our old fellow "get" which is required.
set MsgRef to (item 1 of (get selection))
Yvan KOENIG _______________________________________________
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