Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>printfile()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PRINTFILE()

Syntax:     PRINTFILE(<expC>)

Arguments:  <expC> denotes the name of the file to be printed.

Returns:    A logical value.
            The return will be (.T.) if it was possible to print the file.

Usage:      PRINTFILE() can be used to send the <expC> ASCII file to
            the printer.  This function will ignore all soft carriage return
            and soft line feed characters (e.g., 13 + 128 (MSB) = 141).
            This means that files created with MEMOWRIT() can be
            printed without any special preparation.

Notes:      The default printer is always used.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   PRINTFILE("memofile")



See Also: PRINTREADY()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson