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.
F4501
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     FORTRAN warning error F4501
 
     <array> : subscript <number> out of range
 
     The /4Yb compiler option was used in compiling (or the $DEBUG
     metacommand was in effect), and an array passed as an argument
     had a bound out of range. (This practice is legal for formal
     arguments because it is common in FORTRAN to declare the last
     bound to be 1.)
                                    -♦-