How to define a 3D array?

Posted by Sasmita Rath on
URL: http://imagej.273.s1.nabble.com/How-to-define-a-3D-array-tp3695869.html

Dear ImageJ Group,
Could you please tell me how to define a 3 dimensional array in a macro.
I 'm using the syntax :
int name[][][]=new int [10][10][10];


but it's not working in ImageJ.

Thank you.
Sasmita