◄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). -♦-