Re: list as string - is this a bug?
Re: list as string - is this a bug?
- Subject: Re: list as string - is this a bug?
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 08 Sep 2005 12:08:26 -0700
- Thread-topic: list as string - is this a bug?
On 9/8/05 9:20 AM, "Matt Neuburg" <email@hidden> wrote:
> set L to {"hoo", "ha"}
> L as string -- "hooha"
> set L2 to {"hoo", item 2 of L}
> L2 as string -- "hooha"
> -- so far so good...
> -- but now...
> {"hoo", item 2 of L} as string -- "hoo"
>
> Huh? m.
Looks like it.
{"hoo", item 2 of L} -- {"hoo", "ha"}
It's become one of these now:
set L to {"hoo", "ha"}
L as string -- "hooha"
set L2 to {"hoo", item 2 of L}
L2 as string -- "hooha"
-- so far so good...
-- but now...
item 2 of L
(get {"hoo", item 2 of L}) as string -- "hooha"
This is really going too far with this explicit 'get' nonsense...
--
Paul Berkowitz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden