fl.hlp (Table of Contents; Topic list)
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.
F2534
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     FORTRAN compilation error F2534
 
     <name> : upper substring bound exceeds string length
 
     The /4Yb compiler option was used (or the $DEBUG metacommand
     was in effect), and the upper substring bound was greater than the
     length of the item from which the substring was taken.
 
     This error occurs only if the length of the item was not specified
     (that is, if it was declared as a CHARACTER*n item).
                                    -♦-