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.
F6100
◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
FORTRAN run-time error F6100
INTEGER overflow on input
An INTEGER*n item exceeded the legal size limits.
An INTEGER*1 item must be in the range -127 to 127. An INTEGER*2
item must be in the range -32,767 to 32,767. An INTEGER*4 item
must be in the range -2,147,483,647 to 2,147,483,647.
-♦-