Re: list-building performance
Re: list-building performance
- Subject: Re: list-building performance
- From: Emmanuel <email@hidden>
- Date: Sat, 2 Jun 2007 20:40:34 +0200
At 11:17 AM -0700 6/2/07, Nigel Redmon wrote:
That is, is there a way to
{{<listA>}} & {{<listB>},{<listC>}}
and get
{{<listA>},{<listB>},{<listC>}}
instead of {{<listA>},{{<listB>},{<listC>}}?
Is that what you want?
set fred to {{"listB"}, {"listC"}}
set beginning of fred to {"listA"}
fred
--> {{"listA"}, {"listB"}, {"listC"}}
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden