• 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: Dealing with lists
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dealing with lists


  • Subject: Re: Dealing with lists
  • From: Rob Jorgensen <email@hidden>
  • Date: Mon, 24 Feb 2003 15:15:56 -0500

At 8:49 PM +0100 2/24/03, Thomas C wrote:
Hi, when I make this in the script editor :

set a to {"a", "b", "c"}
set b to {"t", "o"}
set end of a to b
a

I get this as a result --> {"a", "b", "c", {"t", "o"}}

How can I get this --> {"a", "b", "c", "t", "o"}

(the two lists a and b contains an indeterminate number of item).

set a to {"a", "b", "c"}
set b to {"t", "o"}
set a to a & b

--

Rob Jorgensen
Ohio, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Dealing with lists (From: Thomas C <email@hidden>)

  • Prev by Date: Dealing with lists
  • Next by Date: Re: Dealing with lists
  • Previous by thread: Dealing with lists
  • Next by thread: Re: Dealing with lists
  • Index(es):
    • Date
    • Thread