Hi, I’m a noob at Corona but have programmed in C++ before. In C++ it is really easy to make 2D arrays, but when I tried the same method in Corona, it didn’t work. I was wondering if 2D arrays exist in Corona, and if they do, how you create and index one.
Thanks,
PS. so far I have tried this method
local grid = {3,3}
grid[1,1] = display.newText( "Hello World", 0,0)
[import]uid: 74478 topic_id: 16245 reply_id: 316245[/import]