[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   XPaPrint()
   Fill Array with PRINT queue.
------------------------------------------------------------------------------

   Function:   XPaPrint()

               This function was formerly named PrintFiles().

               This function returns the name(s) of the file(s)
               currently in the queue in an Array.
               A call to this function suspends the PRINT
               operation, see XPprintResume() on how to restart the
               Printing.

   Syntax:     XPaPrint() --> aList

   Arguments:  None.

   Returns:    an Array filled with File names, currently in the queue.
               The first in the list was currently being printed. Use
               XPprintResume() to Resume Printing.
               If Print is not installed, XPaPrint() returns NIL. If the
               queue is empty, XPaPrint() returns a Zero Array ({}).

   Usage:      * - Get the Queue in an Array..
               aList := XPaPrint()

See Also: XPprintThere() XPprintResume() XPprintCount() XPprintFile()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson