🎮
Browse
📰
Forums
📖
Docs
🔎
Search
Putting arrays in arrays
Root
/
Programming Questions
/
[.]
Finnow
Created:
~7 years ago
Finnow
#1
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?
Finnow
#2
Nvm you can
Heredos
#3
Ok thanks It will help me
rando
#4
DIM ARR[6,12]