The information in this article applies to:
SUMMARYThe error message "Internal Error" generated when compiling a file with BC.EXE may be avoided by adding a line number or line label to the line of code on which the error occurs. MORE INFORMATIONTo determine the line of code on which the error occurs, generate an .LST file when compiling. BC.EXE will compile up to the point of error, and generate the .LST file up to that point as well. The last line of code you see in the .LST file will be the line on which the error occurred. Additional query words: VBmsdos QuickBas BasicCom 1.00
Keywords : |
Last Reviewed: December 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |