[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
FT_N2COLOR()
Returns the string complement of a Clipper color number
------------------------------------------------------------------------------
Syntax
FT_COLOR2N( <nColor> ) -> cColor
Arguments
<nColor> a number representing a Clipper color
Returns
The string complement of a number representing a Clipper or a
null string if the parameter is invalid
Description
This function is useful for converting a number to a Clipper color
string.
Examples
cColor := FT_COLOR2N( 239 ) // returns "*+w/gr"
Source: N2COLOR.C
Author: David Richardson
See Also:
FT_N2COLOR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson