Array initializer is missing <number> elements
Visual Studio 2005
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.