Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>enhanced()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson