How do you store an array within an array?
Root / Programming Questions / [.]
HarionagoCreated:
I guess you could just use a 2-dimensional array, in your case:
DIM ALL_POS [10,2]
Jup, this should solve your problem.
Root / Programming Questions / [.]
DIM ALL_POS [10,2]