home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / VALIDFIL.ZIP / VALIDFIL.DOC < prev    next >
Encoding:
Text File  |  1985-11-01  |  875 b   |  19 lines

  1.      ***  DOCUMENTATION FOR THE PROCEDURE    VALIDFIL.BOX  ***
  2.  
  3.  
  4.    Refer to the commented source code module  VALIDFIL.PAS  for a description
  5. of this function.
  6.  
  7.    The program  VALIDFIL.PAS  contains the code for  VALIDFIL.BOX  imbedded
  8. in a test program to indicate sample input and output.
  9.  
  10.    NOTE:  The parameter from your program passed to the function is NOT
  11. modified by the function.  If you wish to use the part of the function
  12. that strips leading and/or trailing blanks, returning a "tight" file name,
  13. then modify the function definition so that the NAME parameter is passed
  14. by variable rather than by value.  If you do this then you must include
  15. code lines to relax parameter checking on string variables, by turning on
  16. the V-directive before and turning it off after the CheckFileName function.
  17. This requires  {$V-}  and  {$V+}  respectively.
  18.  
  19.