[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Function:   PrintThere()

               This function will provide control over DOS' PRINT
               command. Expand supplies a complete interface
               between Clipper and PRINT.COM. Any function using
               any of these functions (described later) must make
               sure PRINT was succesfully loaded using this
               function.

   Syntax:     PrintThere() --> lPrintInstalled

   Arguments:  None.

   Returns:    A logical, .t. if PRINT is installed, .f. if Not.
               If PrintThere() returns .f., be sure not to use
               the other functions relating to PRINT.

   Usage:      if .not. printThere()
                    ? 'PRINT is not installed, install it first.'
                    quit
               endif

See Also: SubmitFile() PrintFile() PrintCount()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson