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.
F2338
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     FORTRAN compilation error F2338
 
     <array> : bound size too small
 
     The bound size of the specified array was not a positive whole
     number.
 
     Bounds of adjustable-size arrays can be checked at run time. This
     compile-time error occurs only when the upper and (possibly
     implicit) lower bounds create a negative or zero element count for
     an array bound.
                                    -♦-