list as string - is this a bug?
list as string - is this a bug?
- Subject: list as string - is this a bug?
- From: Matt Neuburg <email@hidden>
- Date: Thu, 08 Sep 2005 09:20:53 -0700
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.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide
<http://www.amazon.com/exec/obidos/ASIN/0596005571/somethingsbymatt>
_______________________________________________
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