Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>num2color()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Num2Color()

         Converts a numeric color to string color

    Syntax:

         Color2Num ( nColor ) -> cColor

         nColor : The color in numeric format

    Description:

         Converts a color in numeric format into string format. The numeric
         color has to be a value between 0 and 255, both included.

    Return:

         The color in string format or Nil if the number is bigger than
         255 or smaller than 0.

    Example:

         ? Num2Color ( 31 )   // "W+/B"

See Also: Color2Num()

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