Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An array initialization for a jagged array (array of arrays) sets the initial length of one of the lower levels. You can specify the length of only the top-level array in the array declaration statement.
Error ID: BC32014
To correct this error
Remove the length specification from all but the top-level array.
Set the initial length of lower-level arrays in subsequent assignment statements using the New keyword.
See Also
Tasks
How to: Declare an Array Variable