The information in this article applies to:
SYMPTOMSPrograms that are compiled with the Microsoft FORTRAN Compiler version 5.0 or 5.1, that use the VAX extension NAMELIST, and read in input that contains repeat factors, may generate the following error:
RESOLUTIONAvoid the use of repeat factors when using the VAX extension NAMELIST. STATUSMicrosoft has confirmed this to be a problem in FORTRAN versions 5.0 and 5.1. This problem was corrected in FORTRAN PowerStation. MORE INFORMATIONWhen the following input is used &BASICDthe following code generates run-time error "F6511: READ(CON) - variable name not found": Sample Code
As a workaround, do not use the repeat factors; for example, the
following input works properly:
&BASICDAlso, it the last data item in the array is not a repeat factor, repeat factors can be used. Additional query words: 5.00 5.10 replication factor
Keywords : |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |