Re: Variables & quotes
Re: Variables & quotes
- Subject: Re: Variables & quotes
- From: Steve Thompson <email@hidden>
- Date: Wed, 23 Sep 2009 22:02:26 +0100
On 23 Sep 2009, at 21:35pm, Jeremy Matthews wrote: set myresult to (choose from list theCalendarNames with prompt "Choose the calendar to receive events:")
This returns a list. You need to
set myresult to item 1 of (choose from list theCalendarNames with prompt "Choose the calendar to receive events:") as text
Hope this helps
Steve |
_______________________________________________
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