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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.