home *** CD-ROM | disk | FTP | other *** search
- *** DOCUMENTATION FOR THE PROCEDURE VALIDFIL.BOX ***
-
-
- Refer to the commented source code module VALIDFIL.PAS for a description
- of this function.
-
- The program VALIDFIL.PAS contains the code for VALIDFIL.BOX imbedded
- in a test program to indicate sample input and output.
-
- NOTE: The parameter from your program passed to the function is NOT
- modified by the function. If you wish to use the part of the function
- that strips leading and/or trailing blanks, returning a "tight" file name,
- then modify the function definition so that the NAME parameter is passed
- by variable rather than by value. If you do this then you must include
- code lines to relax parameter checking on string variables, by turning on
- the V-directive before and turning it off after the CheckFileName function.
- This requires {$V-} and {$V+} respectively.
-