Global TfoodlistArray : Tlist [rows,colums]; Local a,b:Int For a=0 To rows For b=0 To colums Tfoodlistarray[a,b] = CreateList(); Next Next
thats what I am trying to do atm. rows, and colums : int = 11.
So I should have a set of 12*12 lists.
It compiles, but it seems to bomb out as soon as I try to drop anything into one of the lists.