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>getclearb()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GETCLEARB()
 Queries the default character for the clearing functions
------------------------------------------------------------------------------
 Syntax

     GETCLEARB() --> nClearCharacter

 Returns

     GETCLEARB() returns the value of the current standard character CLEARB.

 Description

     GET CLEAR (B)yte
     This function determines the standard character for some CA-Clipper
     Tools functions with screen output.  In this discussion, the attribute
     is referred to as CLEARA and the character as CLEARB.  GETCLEARB()
     queries the current standard character set as CLEARB.

 Note

     .  The standard character is CHR(255) when no other character is
        set with SETCLEARB().

 Example

     Display the current standard character:

     ? GETCLEARB()         // e.g. 255


See Also: SETCLEARB() Introduction

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