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: Yvan KOENIG <email@hidden>
- Date: Thu, 8 Sep 2005 20:31:23 +0200
Le 8 sept. 2005 , à 18:20, Matt Neuburg a écrit :
set L to {"hoo", "ha"}
L as string -- "hooha"
Have you tried to put
{"hoo", item 2 of L} as string
here ?
it returns "hoo" !
Yvan KOENIG
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"
_______________________________________________
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