Line Number 65,529 Is the Maximum Supported by QuickBasic (36808)
The information in this article applies to:
- Microsoft QuickBASIC 4.0
- Microsoft QuickBASIC 4.0b
- Microsoft QuickBASIC 4.5
- Microsoft BASIC Compiler for MS-DOS and OS/2 6.0
- Microsoft BASIC Compiler for MS-DOS and OS/2 6.0b
This article was previously published under Q36808 SUMMARY
The maximum allowed line number is 65,529; therefore, line numbers
above 65,529 should not be used. Descriptive line labels can be used
as a substitute.
This information applies to Microsoft QuickBasic Versions 4.00, 4.00b,
and 4.50 for MS-DOS, and to Microsoft Basic Compiler Versions 6.00 and
6.00b for MS-DOS and MS OS/2.
If a block IF THEN ENDIF statement begins on a line with a line number
greater than 65,539, BC.EXE will produce a "Must be first statement on
the line" error message. The program will run properly inside the
environment. Also, BC.EXE will NOT produce the error if the source
file is saved as text rather than in Fast Load format.
Modification Type: | Minor | Last Reviewed: | 1/9/2003 |
---|
Keywords: | KB36808 |
---|
|