Function PrintFile() Foundation
Prints an ASCII file and optionally deletes high-bit (MSB).
PrintFile( <cFileName> , ;
[<lIgnoreHighByte>] ; // Default: .F.
) --> lSuccess
Returns .T. if the file could be printed, otherwise .F.
<cFileName>
This is a string containing the name of the ASCII file to be printed
<lIgnoreHighByte>
If this parameter is set .T. the high byte of "next line" is ignored. This is useful for "soft" carriage returns which are inserted to a text using MemoEdit().
"hard" carriage return = Chr(13)
"soft" carriage return = Chr(141)
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.