qck.hlp (Table of Contents; Topic list)
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