• 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: list of lists as arrays - creating?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >list of lists as arrays - creating? (From: email@hidden)

  • Prev by Date: list of lists as arrays - creating?
  • Next by Date: Re: list of lists as arrays - creating?
  • Previous by thread: list of lists as arrays - creating?
  • Next by thread: Re: list of lists as arrays - creating?
  • Index(es):
    • Date
    • Thread