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

Syntax:     ISDEBUG()

Returns:    A logical value.
            Returns (.T.) if the Debugger has been linked.

Usage:      This function can be used to establish whether the Clipper
            Debugger is linked.  This will allow you to differentiate
            between a test version and a final version at run time,
            enabling you to run different tests.

Notes:      This is not a Clipper switch.  The information will be made
            available by Clipper Tools One.

Library:    CT1.LIB


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

Examples:   IF ISDEBUG()
               ? "The Debugger has been included."
            ENDIF



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