PRB: Run-time Error F6103: READ (internal) - invalid REAL (125470)
The information in this article applies to:
- Microsoft FORTRAN Compiler for MS-DOS 5.1
- Microsoft FORTRAN PowerStation for MS-DOS 1.0a
- Microsoft Fortran Powerstation 32 for Windows NT 1.0
- Microsoft Fortran Powerstation 32 for Windows NT 4.0
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
Modification Type: | Major | Last Reviewed: | 12/1/2003 |
---|
Keywords: | kberrmsg kbLangFortran KB125470 |
---|
|