Created by David Phillips on 04/17/2009. Modified: 04/17/2009 12:51 PM

Message

Attempt to access uninitialized dynamic array

Synopsis

Where you have:

dim someArray() as variant ' or any other data type

and you attempt to use someArray or an element of it without first doing:

redim someArray (x) ' to allocate x + 1 actual storage

Solutions

No documents found

Use this form to add a suggested cause or solution which you think might help.

Adding content is disabled. The spammer have won.