Maybe someone can tell me what I'm doing wrong :(
Type what Field huh End Type Global whatList:TList = CreateList() For x=0 To 99 w:what = New what w.huh = Rand(0,100) ListAddLast whatList, w Next 'x w:what = what(whatList.last()) Print w.huh Release w FlushMem w:what = what(whatList.last()) Print w.huh