The information in this article applies to:
SYMPTOMSWhen you perform a formattted write operation to a file explicitly opened with the CARRIAGECONTROL='fortran' option, the leading space passed with the input data is not used as a carriage control. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONIn the following sample code, the File1.out file opened with the option CARRIAGECONTROL='fortran' does not use the space created with the "1X" positional edit descriptor in the WRITE statement as a carriage control. Instead, the very first character in the variable "line" is incorrectly interpreted as a carriage control. File2.out does not use the Fortran carriage control option, so both the space and the character string are correctly written to the file with no problems. Sample Code to Illustrate Problem
Additional query words: 4.00
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |