
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_ncolor()
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
C_NCOLOR()
DESCRIPTION
C_NCOLOR() converts a dBASE/Clipper color string to a numeric color
code. (Refer to Appendix E for a list of numeric color codes.)
SYNTAX
C_NCOLOR(color_string)
PARAMETERS
color_string (C) is the dBASE/Clipper color string to convert.
RETURNS
C_NCOLOR() returns the numeric color code (see Appendix E)
equivalent to color_string.
EXAMPLES
? c_ncolor("W/N") --> 7
? c_ncolor("W+/B") --> 31
? c_ncolor("R+/W") --> 124
? c_ncolor("B*/BG") --> 177
See Also: C_DBCOLOR()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson