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>ssetbreak()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SSETBREAK()

Syntax:     SSETBREAK([<expL>]) will determine the new setting for the DOS switch BREAK.

Arguments:  <expL> will determine the new setting for the DOS switch
            BREAK.

Returns:    A logical value.
            The function returns the setting of BREAK, prior to changing
            it, if <expL> has been passed.

Usage:      Normally DOS will only check for Ctrl-Break in screen
            and keyboard functions.  The BREAK switch must be
            switched ON with SSETBREAK() if the test must be carried
            out more often., as for example, with disk operations.

            BREAK can also be set within DOS via BREAK=<ON/OFF>.

Library:    CT1.LIB


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

Examples:   * Activate BREAK and save the old condition.
            old_break = SSETBREAK(.T.)



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