[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
nColorToN( cColor ) -> <nColor>
------------------------------------------------------------------------------
PARAMETER:
<cColor> Is a standard clipper color string with foreground
and background color
RETURNS:
< nColor> is the numerical DOS-Color representation of the color string
DESCRIPTION:
This function converts a color string into a DOS color number, not a Windows
color code !
EXAMPLE:
+--------------------------------------------+
| /* Retrieve Color Number */ |
| ? nColorToN( "W+/B" ) --> 31 |
+--------------------------------------------+
SOURCE:
SOURCE\FUNCTION\COLORTON.C
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson