DADiSP Worksheet Functions > Function Categories > Colors > STRCOLOR
Returns the name of the color corresponding to the input argument.
STRCOLOR(color)
color |
- |
An integer. Any pre-defined macro name or supported integer color value. |
A string.
strcolor(1)
returns the string BLUE.
strcolor(getwcolor(W1))
returns the color of Window 1 as a string.
See COLORSTR to convert a color name into a color index.
See DEFCOLOR to define a new color.