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