View Single Post
Old 12-12-2011, 12:14 PM   #1
Erriez
Human being with feelings
 
Join Date: Jun 2010
Location: The Netherlands
Posts: 177
Default How to define a multidimension array

Hi all,

I'd like to define a multidimension array as well as normal arrays in one single JS script. The syntax in C is:

Code:
int array1[50][64];
int array2[16];
I can't find it in the documentation how to do this. Any suggestions? Thanks!
Erriez is offline   Reply With Quote