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>unselected()</b> http://www.X-Hacker.org [<<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()

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