255 Dimensions Per Array in Interpreter, 7 in Compiler (33735)
The information in this article applies to:
- Microsoft QuickBASIC 1.0
- Microsoft BASIC Compiler
- Microsoft BASIC Interpreter for Apple Macintosh 2.0
- Microsoft BASIC Interpreter for Apple Macintosh 2.1
- Microsoft BASIC Interpreter for Apple Macintosh 3.0
This article was previously published under Q33735 SUMMARY
The following information applies to Microsoft QuickBASIC Version
1.00, BASIC Compiler Version 1.00, and BASIC Interpreter Versions
2.00, 2.10, and 3.00 for the Apple Macintosh.
The maximum number of dimensions an array can have in the interpreter
is 255, which may be more than you could ever use because memory is
quickly used up by arrays with a large number of dimensions.
The maximum number of array dimensions a compiled program can have
is seven.
The maximum number of array elements per dimension allowed in both
the interpreter and compiler is 32,767.
Modification Type: | Minor | Last Reviewed: | 8/16/2005 |
---|
Keywords: | KB33735 |
---|
|