Re: Dealing with lists
Re: Dealing with lists
- Subject: Re: Dealing with lists
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 24 Feb 2003 12:15:34 -0800
On 2/24/03 11:49 AM, "Thomas C" <email@hidden> 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)
--
Paul Berkowitz
_______________________________________________
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.