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>setclearb()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SETCLEARB()

Syntax:     SETCLEARB(<char>)

Arguments:  <char> denotes the required erasure character for CLEARB.

Returns:    A character string.
            A null string is always returned.

Usage:      With SETCLEARB() it is possible to set the erasure character
            used as the default in some of the screen oriented functions.
            The character CHR(255) is used if this function has not been
            called since the program started.

Notes:      The argument <char> may be denoted in different ways (see
            introduction to this section).  The standard character
            CHR(255) will be reset if SETCLEARB() is called without
            specifying the argument <char>.

Library:    CT1.LIB


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

Examples:   * Use CHR(255) as erasure symbol.
            SETCLEARB()

            * CHR(178) is required to be used as
            * erasure symbol.
            SETCLEARB(178)



See Also: GETCLEARB()

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