Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
F6503
◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
FORTRAN run-time error F6503
multiple repeat field
In list-directed input of the form <r*c>, an extra repeat
field was used. For example,
READ(*,*) I,J,K
with input 2*1*3 returns this error. The 2*1 means send two
values, each 1; the *3 is an error.
-♦-