Re: Create list of lists?
Re: Create list of lists?
- Subject: Re: Create list of lists?
- From: Michelle Steiner <email@hidden>
- Date: Wed, 21 Apr 2004 01:19:23 -0700
On Apr 21, 2004, at 12:54 AM, John Mistler wrote:
set bigList to {}
set listA to {1,2,3}
set listB to {"a","b","c"}
set listC to {"you","and","me"}
copy listA to end of bigList
copy listB to end of bigList
copy listC to end of bigList
This results in bigList = 1, 2, 3, a, b, c, you, and, me
OMM; I get the following:
{{1, 2, 3}, {"a", "b", "c"}, {"you", "and", "me"}}
Panther 10.3.3, AS 1.9.3, SE 2.0
-- Michelle
--
A great Idea! That's what we need--a great idea.
--Pesudolous, (A Funny Thing Happened on the way to the forum)
_______________________________________________
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.