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.
F2707
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     FORTRAN compilation error F2707
 
     illegal unit specifier
 
     The unit specifier in a UNIT= option was not an integer
     expression, asterisk (*), character variable, array element, array,
     or substring.
 
     A noncharacter array is a legal unit specifier if the /4Ns compiler
     option is used in compiling (or the $NOTSTRICT metacommand is
     in effect).
                                    -♦-