Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>ssetverify()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SSETVERIFY()
 Sets and checks the DOS VERIFY switch
------------------------------------------------------------------------------
 Syntax

     SSETVERIFY([<lNewSwitch>]) --> lOldSwitch

 Argument

     <lNewSwitch>  Designates the new setting for the DOS VERIFY switch.

 Returns

     SSETVERIFY() returns the current VERIFY setting when no parameter is
     specified; otherwise, it returns the previous setting.

 Description

     Normally, DOS does not check to see if copied data arrives at the target
     error free.  The DOS VERIFY switch determines whether to check written
     data.  Of course, verification takes time.  To be safe, make critical
     copies with the switch set to on (.T.).

 Note

     .  You can also use VERIFY= <ON|OFF> to set VERIFY in DOS.

 Example

     Activate VERIFY and save old status:

     lOld_Verify:= SSETVERIFY(.T.)


See Also: ENVPARAM()

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