bas7qck.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.
Huge Dynamic Array Storage
  Variable Storage & Memory Use  Variables   Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
Huge Dynamic Array Storage
 
Huge dynamic arrays allow you to create and store in memory arrays that
contain more than 64K of data (64K is the limitation of standard dynamic
arrays). Huge arrays are invoked by using the /Ah option when starting
QBX or by using the /Ah option when compiling a program from the command
line.