• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Two mail.app applescript bugs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Re: Two mail.app applescript bugs (From: criselot <email@hidden>)

  • Prev by Date: Re: Two mail.app applescript bugs
  • Next by Date: Re: Two mail.app applescript bugs
  • Previous by thread: Re: Two mail.app applescript bugs
  • Next by thread: Re: Two mail.app applescript bugs
  • Index(es):
    • Date
    • Thread