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_file() - get file currently being printed in queue</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     q_file() - get file currently being printed in queue
  Usage:    <string> = q_file()
  Params:   none
  Returns:  a string equal to the filename of the file that is
            currently being printed by the print queue program.
            if there is no file being printed, or the DOS version
            is less than 3.00, then a null is returned.

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

                 q_submit("test.prg")
                 @ 0,0 say "File being printed: "+q_file()

  Note:     The Q functions require DOS version 3.00 or higher.


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

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