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.
Restricting the Length of External Names (/H)
                                             Up Contents Index Back
─────Restricting the Length of External Names (/H)──────────────────────────
 
     The /H option restricts the length of external names in the object
     file.
 
     Syntax: /H number
 
     The integer <number> specifies the maximum number of significant
     characters in external names.
 
     The /H option has no effect during compilation. It is only when
     the object file is created that any external names longer than
     <number> characters are truncated.
 
     This option has no effect on local names.
 
     See Also: $TRUNCATE
                                    -♦-