Ronald Gans

Ronald Gans

  • 1.4k
  • 12
  • 5.4k

Initialize a multidimensional array

Dec 21 2010 1:46 PM
Somehow this eludes me:

byte [][][] multiArray;

I would like to have it end up like this:

multiArray[a][b][c]

ie., the left most dimension have a elements, middle, b which are all of length c.

THANKS!!

RON

OF COURSE, right after I posted it I remembered the syntax; that was my issue. And THANKS to those who sent me some pointers about it.

RON

Answers (1)