"Array Not Defined"; Must DIMension Array Above Its First Use (42474)
This article was previously published under Q42474
SUMMARY
Microsoft QuickBasic Versions 4.00 4.00b and 4.50, Microsoft Basic
Compiler Versions 6.00 and 6.00b, and Microsoft Basic PDS Version 7.00
are single-pass compilers. This means that all arrays (static or
dynamic) that are to be used within a Basic program must be
DIMensioned physically above where they are first used. The exception
to this is when they are dynamically declared in a COMMON statement.
Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
Keywords: |
KB42474 |
|