About 3 Dim arrays
How does one go about creating a 3 -diminesion String array...?
Im currently using an ArrayList, but I need to store 3 related values at one index and can't find a way to do this with an ArrayList. I have thought about a Vector of Vectors, but isnt a 3 dim array more efficient ?
Any help is great
Cheers
Reave

