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


Syntax:     ALTD([<expN>])

Purpose:    To execute the Debugger or enable/disable the use of Alt-D
            to invoke it.

Argument:   <expN> sets the Alt-D invocation state as follows:


            Table: ALTD() Arguments
            -----------------------------------------------
            Argument    Action
            -----------------------------------------------
            None        Invokes Debugger (last screen)
            0           Disables Alt-D
            1           Enables Alt-D and invokes debugger
                        (last screen)
            2           Invokes Debugger (View Privates)
            -----------------------------------------------

Returns:    There is no return value.

Usage:      If there is no argument specified, the Debugger is invoked
            displaying the last screen displayed.  Specifying two as the
            argument invokes the Debugger displaying the Variables:View
            Privates screen.

Library:    CLIPPER.LIB

See Also: SET ESCAPE SETCANCEL()

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