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>standard()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 STANDARD()
 Selects the standard color value for SET COLOR TO output
------------------------------------------------------------------------------
 Syntax

     STANDARD() --> cNull

 Returns

     STANDARD() always returns a null string.

 Description

     STANDARD() permits you to reselect the standard attribute for
     CA-Clipper  @...SAY and ? outputs, after you use ENHANCED() or
     UNSELECTED() to switch over.  An attribute is considered a standard,
     when it is the first parameter is passed by SET COLOR TO.

 Example

     Change attribute output to enhanced, and then switch back to standard:

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


See Also: ENHANCED() UNSELECTED()

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