Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>q_cancel() - cancel all printing by the print queue</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     q_cancel() - cancel all printing by the print queue
  Usage:    <logical> = q_cancel()
  Params:   none
  Returns:  logical .T. if print queue cancelled, .F. if not, or
            DOS version is less than 3.00

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

                 q_submit("test.prg")
                 ? "To cancel printing, press ALT/Q"
                 set key 272 to QCANCEL
                 return

                 PROC QCANCEL
                 para d1,d2,d3

                      q_cancel()

                 return

  Note:     You must have installed the DOS print.com program for the
            Q functions to work properly. Your DOS version also needs
            to be 3.00 or higher. See the q_submit() function for more
            information.


See Also: isqueue() q_delete() q_file() q_hold() q_restart() q_status()

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