Hi Szymek,
Initialize nested lists, too.
_____
Szymon Drejewicz wrote:
>
> Why this is not working:
> -----------------------------
> on bleble
> t = []
> repeat with i=1 to 200
t.append([])
> repeat with j=1 to 200
> t[i][j] = random(10)
> end repeat
> end repeat
> end
Good luck,
Fumio Nonaka
Attain Corporation
[EMAIL PROTECTED]
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]
- <lingo-l> Lists: Index out of range Szymon Drejewicz
- Re: <lingo-l> Lists: Index out of range Fumio Nonaka
- Re: <lingo-l> Lists: Index out of range Szymon Drejewicz
- <lingo-l> shockwave loaders (loadMovie-esq) sam
