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

     UNSELECTED() --> cNull

 Returns

     UNSELECTED() always returns a null string.

 Description

     UNSELECTED() takes a color attribute designated by SET COLOR TO as
     unselected (fifth color value), and designates it as the active
     attribute for CA-Clipper @...SAY and ? output.  Use STANDARD() to switch
     back to the normal attribute.

 Example

     Output with the unselected attribute:

     ? "........"
     ? "........"
     UNSELECTED()
        ? "Different attribute!"
     STANDARD()
     ? "........"
     ? "........"


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