Article ID: 125470
Article Last Modified on 12/1/2003
APPLIES TO
- Microsoft FORTRAN Compiler 5.1
- Microsoft Fortran PowerStation 1.0a for MS-DOS
- Microsoft FORTRAN PowerStation 32
- Microsoft FORTRAN PowerStation 32
This article was previously published under Q125470
SYMPTOMS
You receive the following message when attempting to run a FORTRAN program:
run-time error F6103: READ(internal) - invalid REAL
CAUSE
This error may be generated by an internal READ when the string that is the
target of the read is not padded with blanks to fill the size of the REAL
format edit descriptor.
RESOLUTION
Initialize the string variable before using it. This will cause the string
to be padded to its full size with spaces, if necessary.
REFERENCES
FORTRAN ANSI X3.9-1978, para 10.4
Additional query words: 1.00 1.00a 4.00 5.10
Keywords: kberrmsg kblangfortran KB125470