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

Syntax:     SSETVERIFY([<expL>])

Arguments:  <expL> determines the new setting for the DOS switch
            VERIFY.

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

Usage:      DOS will normally check whether copied data is free from
            errors at the destination.  The DOS switch VERIFY is used
            to determine whether to test the written data.  This switch
            should be set to (.T.) for critical data.

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

Library:    CT1.LIB


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

Examples:   * Activate VERIFY and save old condition.
            old_verify = SSETVERIFY(.T.)



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