Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>getclearb()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GETCLEARB()

Syntax:     GETCLEARB()

Returns:    A numeric value.
            The value  corresponds to the standard character CLEARB
            actually set for Clipper Tools One functions.

Usage:      CLEARB(B)yte

            It is possible to define a default attribute and a default
            character for some Clipper Tools One Functions which handle
            screen output.  The attribute is defined by CLEARA and the
            character by CLEARB within the context of this description.
            GETCLEARB() can be used to determine the current default
            character defined as CLEARBA.

Notes:      The default character is defined as CHR(255) if no other
            character has been defined with SETCLEARB().

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   * Display standard symbol.
            ? GETCLEARB()



See Also: SETCLEARB()

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