Somewhat related to Erdo’s question in this forum…
I have a (fake) 2d array in JS. It works just fine. I can also use single variables between JS and GD just fine and send a single element of the ‘2d array’ into a GD variable. Now I want to transfer the entire 2d array into a GD structure. I haven’t managed to make this work though (guess I’m doing the syntax wrong). How do you do this?