#Nesting of array, error in creation

9 messages · Page 1 of 1 (latest)

candid pasture
#

It's really a dumb question I'm sure, but I just can't understand what is happening. I'm trying to create a 2d table named modelSize. But I end up with a 3d table. And I don't know how!
Note that the table is supposed to contain size 2 array, with x and y parameter.

#

Nesting of array, error in creation

subtle sinew
#

prob need to use = not append

#

youre getting an element of a 2d list and then appending something onto it

#

which means you have lists inside lists inside a list

#

which is a 3d array

candid pasture
subtle sinew
#

lol

candid pasture
#

thanks