I'm at a complete loss on how to create a dynamic mult-dimensional array.Regular arrays allow for multi-dimensions, but they are not dynamic. Vectorsare dynamic but appear to be one-dimensional. Surely there has to be a way.If JavaScript can do, Java has to, right?Thanks,Gary