Microsoft KB Archive/49894

From BetaArchive Wiki
Knowledge Base


DOCERR: Increasing Units Doc Error in FORTRAN Reference

Article ID: 49894

Article Last Modified on 12/1/2003



APPLIES TO

  • Microsoft FORTRAN Compiler 5.0
  • Microsoft FORTRAN Compiler 5.1
  • Microsoft FORTRAN Compiler 5.0
  • Microsoft FORTRAN Compiler 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...


Additional query words: 5.00 5.10

Keywords: KB49894