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.
ReDim can only be used to change the size of an existing array.
Error ID: BC30811
To correct this error
Specify the size of arrays when they are declared; for example:
Dim X(20) As Integer
See Also
Concepts
ReDim Statement for Visual Basic 6.0 Users