• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: list as string - is this a bug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: list as string - is this a bug?


  • Subject: Re: list as string - is this a bug?
  • From: "J. Stewart" <email@hidden>
  • Date: Thu, 8 Sep 2005 16:15:42 -0400

On 9/8/05 at -0700 Matt Neuburg said this

>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?

Matt,

set L to {"hoo", "ha"}
L as string -- "hooha"
set L2 to {"hoo", item 2 of L}
L2 as string -- "hooha"
{"hoo", get item 2 of L} as string -- "hooha"

You need that "get" for it to work.

JBS
--
I drive way too fast to worry about cholesterol.
 _______________________________________________
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

References: 
 >list as string - is this a bug? (From: Matt Neuburg <email@hidden>)

  • Prev by Date: Re: list as string - is this a bug?
  • Next by Date: extracting Illustrator Swatch color breaks
  • Previous by thread: Re: list as string - is this a bug?
  • Next by thread: Re: list as string - is this a bug?
  • Index(es):
    • Date
    • Thread