Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dffixcolor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfFixColor()
It corrects a GPF of Clipper 5.2d
------------------------------------------------------------------------------
Syntax:

     dfFixColor() --> NIL

Parameters:

     NONE

Returns:

     NIL

Description:

     Permits to correct an Clipper error that occurs whenever a SETCOLOR
     command is with 18 parameters or more are used by any function of the
     extend system.
     
     A example when this error occurs is if the library CL-TEXT is used and
     imposes a SETCOLOR command with more then 18 parameters

Example:

     // CL-TEXT Call
     dfFixColor()   // Corrects the BUGS of the SETCOLOR

See also:

     dfSay()

See Also: dfSay()

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