fl.hlp (Table of Contents; Topic list)
F6515
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     FORTRAN run-time error F6515
 
     invalid subrange in namelist input
 
     A character item in namelist input was qualified with a subrange
     that did not meet the requirement that 1 <<= e1 <<= e2 <<= len
     (where 'len' is the length of the character item, 'e1' is the
     leftmost position of the substring, and 'e2' is the rightmost
     position of the substring).
                                    -♦-