Putting arrays in arrays

Root / Programming Questions / [.]

FinnowCreated:
Ok, so I want to make a 6X12 grid system that can be used to store 70 seperate variables, but I don’t know if you can store arrays in arrays. If not, I’d there any other solution or do I need to use 6 seperate arrays?

Nvm you can

Ok thanks It will help me

DIM ARR[6,12]