The information in this article applies to:
SYMPTOMSIf a source line in an application begins in columns 73 through 80, the compiler generates correct code for that line, even though the source code should be ignored according to the ANSI standard. CAUSEBy default, the M editor converts every eight spaces into a tab character to save space in the source file. However, this process causes problems for the compiler because the compiler does not correctly interpret the tab characters. RESOLUTIONTo address this problem, place the following statement into your TOOLS.INI file: ENTAB:0Because this statement prevents the M editor from converting spaces to tabs, characters past column 72 are correctly ignored. Additional query words: 4.10 5.00 nofps 5.10
Keywords : |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |