[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ENHANCED()
 Selects the enhanced color value for SET COLOR TO output
------------------------------------------------------------------------------
 Syntax

     ENHANCED() --> cNull

 Returns

     ENHANCED() always returns a null string

 Description

     Use ENHANCED() to specify the color attribute designated as enhanced
     (second color value), with SET COLOR TO as the active attribute for CA-
     Clipper @...SAY and ? output.  Use STANDARD() to switch back to the
     default attribute.

 Example

     Output with enhanced attribute:

     ? "........"
     ? "........"

     ENHANCED()
        ? "Different Attribute!"
     STANDARD()
     ? "........"
     ? "........"


See Also: STANDARD() UNSELECTED()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson