DOCERR: Increasing Units Doc Error in FORTRAN Reference

ID: Q49894


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


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


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