Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>perror()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    pError()

          Indicates if the queue of Print is stopped by any mistake

    Syntax:

         pError() -> lError

    Description:

         Indicates if Print has detected any error or problem and has
         stopped the impresion queue.
         Check that Print is installed before using this function.

    Return:

         .T. if there is error or .F. if there is not error.

    Example:

         If ! pError()
           Warning ( "Ok" )
         EndIf

See Also: IsPrint() pAddFile() pDelAll() pDelFile() pRestart()

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