| |
| | Line Number 65,529 Is the Maximum Supported by QuickBasic |
 | | The maximum allowed line number is 65,529; therefore, line numbers above 65,529 should not be used. |
 | | 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. |
 | | Also, if the line number is changed to a number less than 65,540, the program will compile, regardless of the save format. |
| support.microsoft.com /kb/36808 (280 words) |
|