Specifications

Visual Fortran Run-Time Errors Page 35 of 48
length ’len’
FOR$IOS_F6709. A substring ending position must be a positive integer variable or
expression that indicates a position in the string: at least 1 and no greater than the length
of the string.
665
severe (665): Subscript ’n’ of ’str’ (value ’val’) is out of range (’first:last’)
FOR$IOS_F6710. The subscript for a substring within a string is not a valid string
position: at least 1 and no greater than the length of the string.
666
severe (666): Subscript ’n’ of ’str’ (value ’val’) is out of range (’first:*’)
FOR$IOS_F6711. The subscript for a substring within a string is not a valid string
position: at least 1 and no greater than the length of the string.
667
severe (667): VECTOR argument to PACK has incompatible character length
FOR$IOS_F6712. The character length of elements in the VECTOR argument to
PACK is not the same as the character length of elements in the array to be packed.
668
severe (668): VECTOR argument to PACK is too small
FOR$IOS_F6713. The VECTOR argument to PACK must have at least as many
elements as there are true elements in MASK (the array that controls packing).
669
severe (669): SOURCE and PAD arguments to RESHAPE have different character
lengths
FOR$IOS_F6714. The character length of elements in the SOURCE and PAD
arguments to PACK must be the same.
670
severe (670): Element ’n’ of SHAPE argument to RESHAPE is negative
FOR$IOS_F6715. The SHAPE vector specifies the shape of the reshaped array. Since
an array cannot have a negative dimension, SHAPE cannot have a negative element.
671
severe (671): SOURCE too small for specified SHAPE in RESHAPE, and no PAD
FOR$IOS_F6716. If there is no PAD array, the SOURCE argument to RESHAPE
must have enough elements to make an array of the shape specified by SHAPE.
672
severe (672): Out of memory
FOR$IOS_F6717. The system ran out of memory while trying to make the array
specified by RESHAPE. If possible, reset your virtual memory size through the
Windows Control Panel, or close unneccessary applications and deallocate all allocated
arrays that are no longer needed.
673
severe (673): SHAPE and ORDER arguments to RESHAPE have different sizes