Re: Extract item from a list
Re: Extract item from a list
- Subject: Re: Extract item from a list
- From: "Mark J. Reed" <email@hidden>
- Date: Mon, 22 Mar 2010 09:01:55 -0400
Like this?
set myList to {"floating window", "dialog", "standard window"}
tell myList to set its item 2 to "dialog window"
myList
On Mon, Mar 22, 2010 at 8:59 AM, Dr. Barbara Mueller <email@hidden> wrote:
> Hi,
>
> How can I extract one item from a list like:
>
> {"floating window", "dialog", "standard window"}
>
> and give this item a different name?
>
>
> Barbara Mueller
>
> _______________________________________________
> 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
>
--
Mark J. Reed <email@hidden>
_______________________________________________
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