[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPattr2clr()
Convert an Attribute to a Clipper color string
------------------------------------------------------------------------------
Function: XPattr2clr()
Converts a color attribute to a Clipper string, as used
by the Clipper SetColor() and alike functions. Note that
only 1 attribute is converted, and thus only one color
definition for Clipper is returned. use the , delimitor
and add the strings for a complete conversion function
(as used alsewhere in the Library).
Note that this function is Assembly written, and thus fast
enough for frequently used routines.
Syntax: XPattr2clr(nAttr) --> cColor
Arguments: nAttr is a screen Attribute.
Returns: cColor is a Clipper color String.
Usage: XPattr2clr(15) returns "W+/N"
See Also:
XPclr2attr()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson