xHarbour Reference Documentation > Function Reference |
Returns the default character for clearing the screen.
GetClearB() --> nClearCharacter
The function returns the ASCII code of the default character used for clearing the screen as a numeric value. If it is not defined with SetClearB(), the return value is 32.
See also: | SetClearB() |
Category: | CT:Video , Screen functions |
Source: | ct\setclear.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com