Re: list of lists as arrays - creating?
Re: list of lists as arrays - creating?
- Subject: Re: list of lists as arrays - creating?
- From: Andy Wylie <email@hidden>
- Date: Tue, 02 Apr 2002 20:31:54 +1200
on 2/4/02 7:53 PM, email@hidden at email@hidden wrote:
>
Specific Question: does a list of lists (i.e. - a 2 dimensional array) have
>
to be dimensioned in some way in order to bring it into existance?
>
--any use?
set TheTestArray to {}
repeat with n from 1 to 10
set end of TheTestArray to {}
repeat with n1 from 1 to 2
set end of TheTestArray's item n to 0
end repeat
end repeat
TheTestArray
_____________________________ Andy
_______________________________________________
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.