PRB: Source Lines Beginning in Columns 73-80 Not Ignored

ID: Q32323


The information in this article applies to:
  • Microsoft FORTRAN for MS-DOS, versions 4.1, 5.0, 5.1
  • Microsoft FORTRAN for OS/2, versions 4.1, 5.0, 5.1


SYMPTOMS

If 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.


CAUSE

By 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.


RESOLUTION

To address this problem, place the following statement into your TOOLS.INI file:

ENTAB:0
Because 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 :
Version : :4.1,5.0,5.1
Platform :
Issue type :


Last Reviewed: November 3, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.