[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    pQueue()

         Returns the Print's queue

    Syntax:

         pQueue() -> aQueue

    Description:

         Returns the Print's queue.
         Check that PRINT.EXE is installed before using this function.

    Return:

         An array with the files of the Print's queue.

    Example:

         If IsPrint()
           aQueue := pQueue()
           For nInd := 1 To Len( aQueue )
             ? aQueue[ nInd ]
           Next
         EndIf

See Also: IsPrint() pAddFile() pDelAll() pDelFile() pError()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson