Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> blinker debug handle</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BLINKER DEBUG HANDLE
------------------------------------------------------------------------------
 Purpose:
 Specify output file handle for debugging routines.

 Syntax:
 BLINKER DEBUG HANDLE <nuHandle>

 Default:
 <nuHandle> is 1 (screen output).

 Description:
 This command sets the default handle used by those Blinker functions which
 optionally take a handle as a parameter.

 They are detailed in Chapter 10, Blinker Functions. The handle number can be
 set to either 1 (the default) to send output to the screen, 2 to send output
 to the standard error device or 4 to send output to the printer.

 Example:
 # Set default output handle to the printer
 BLINKER DEBUG HANDLE 4

See Also: BLIDBGHAN()

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