The information in this article applies to:
SYMPTOMSAttempting to READ "0." into a COMPLEX variable produces the following error: This error occurs with standard- or list-directed formats on internal and external files. Inputs of 0, 0.0, and .0 as well as all other numbers ending in a decimal point can be correctly read into COMPLEX variables. RESOLUTIONInput 0 (zero) rather than 0. when reading complex values using formatted I/O. STATUSMicrosoft has confirmed this to be a problem 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 INFORMATIONThe following program demonstrates that with PowerStation, imputing 0, 0.0, or 1. does not produce any errors, but imputing 0. produces the F6103 invalid real error. The output when compiled with PowerStation is:
Sample Code #1
Additional query words: 1.00 4.00
Keywords : kbLangFortran |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |