qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Array Storage Summary
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Array Storage Summary
 
 ■ An array can be declared as either:
   • Static: storage size fixed
   • Dynamic: allocated at run time
 
 ■ Additional Visual Basic help topics are available that provide specific
   information about array storage:
 
   Array Out of Memory Error         $DYNAMIC Metacommand
   ERASE Statement                   Huge Dynamic Array Storage
   Numeric Array Storage             REDIM Statement
   Static and Dynamic Arrays         $STATIC Metacommand
   String Array Storage              Variable-Length String Storage
 
 See: Scope Rules