S
Samuel Shulman
I have an array of Object type
I want to assign to each element of the array a 2D String array so I tried to assign like this:
= New String(2, 2) but the compiler assumes these are constructor parameter
How can I achieve that?
Samuel
I want to assign to each element of the array a 2D String array so I tried to assign like this:
= New String(2, 2) but the compiler assumes these are constructor parameter
How can I achieve that?
Samuel