How to initialize an Three-Dimensional Array String [] [] []?

You can use the generic Object to pass it out.

Then convert it back to the 3 dimensional array using CType or one of the other conversion methods.

image

This converts the object back to an array, then gets the word at (0,0,0), which in this case is “Hello”.

3 Likes