LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

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]