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>csetsnow()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CSETSNOW()
 Helps prevent snow on the screen
------------------------------------------------------------------------------
 Syntax

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

     *  This function is retained in CA-Clipper Tools for compatibility
        purposes.  Use the CA-Clipper NOSNOW() function to develop future
        applications.

 Argument

     <lNewSwitch>   Designates the new status for "Snow Prevent".  A .T.
     signifies on; .F. means off.  The default value for Snow Prevent is off
     (.F.).

 Returns

     CSETSNOW() returns the current setting, when no parameter is designated;
     otherwise, it returns the previous setting.

 Description

     Snow tends be is especially bad in CGA card screen output.  To prevent
     it, set the CSETSNOW switch.

     Use the CA-Clipper NOSNOW() function for new applications.

 Note

     .  CSETALL() does not acknowledge the CSETSNOW() setting.

 Examples

     .  Output with Snow Prevent on:

        CSETSNOW(.T.)                   // Returns old setting

     .  Acknowledge existing hardware:

        CSETSNOW(ISCGA())               //  Snow prevent if CGA card


See Also: ISCGA()

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