Array of arrays in xojo, or the lack thereof

class myArray
dim contents() as string
end class

dim superArray() as myArray

2 Likes