๐
Activity
๐ฎ
Browse
๐ฐ
Forums
๐
Docs
๐
Search
Login
Login
Putting arrays in arrays
Root
/
Programming Questions
/
[.]
Finnow
Created:
~5 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]