Share via


Array initializer is missing <number> elements

You have not supplied enough elements in the initializer for your array.

Error ID: BC30567

To correct this error

  • Supply the missing argument or arguments.

  • Use ReDim to change the size of the array.

See Also

Concepts

Overview of Arrays in Visual Basic

Jagged Arrays in Visual Basic