Array subscript expression missing

An array initialization leaves out one or more of the subscripts that define the array bounds. For example, the statement might contain the expression myArray (5,5,,10), which leaves out the third subscript.

Error ID: BC30306

To correct this error

  • Supply the missing subscript.

See Also

Concepts

Overview of Arrays in Visual Basic