DOCERR: Increasing Units Doc Error in FORTRAN Reference (49894)
The information in this article applies to:
- Microsoft FORTRAN Compiler for MS-DOS 5.0
- Microsoft FORTRAN Compiler for MS-DOS 5.1
- Microsoft FORTRAN compiler for OS/2 5.0
- Microsoft FORTRAN compiler for OS/2 5.1
This article was previously published under Q49894 SUMMARY
The information on page 405, Section C.3.1.2, "Increasing Units," in
the "Microsoft FORTRAN Reference" manual for version 5.0 and page 411 of
"Microsoft FORTRAN Reference" manual for version 5.1 incorrectly state the
following:
...so that the number in the line
_NFILE_ = 20
equals the same value...
The correct information should be as follows:
...so that the numbers in the lines
_NFILE_ equ 20
else
_NFILE_ equ 40
endif
both equal the value...
Modification Type: | Major | Last Reviewed: | 12/1/2003 |
---|
Keywords: | KB49894 |
---|
|