qb45advr.hlp (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.
Limits to QuickBASIC
  Limits to QuickBASIC   Contents   Index
──────────────────────────────────────────────────────────────────────────────
Limits to QuickBASIC
 
There are certain limits to the maximum and minimum sizes and values of
program objects in QuickBASIC.
 
  Limits Topic                         Maximum and Minimum
  Names, Strings, and Numbers        Variable name length, string length,
                                       numeric values.
  Arrays                             Size, number of dimensions,
                                       subscript values.
  Procedures and Files               Size, number of arguments, number of
                                       records, error message numbers.
  Editing                            Number of characters in various text
                                       boxes, number of lines in various
                                       windows.