xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

SetClearB()

Sets the default character attribute for clearing the screen.

Syntax

SetClearB( [<xChar>] ) --> cNull

Arguments

<cChar>
This is a single character or its numeric ASCII code. It defines the character for clearing the screen. If no parameter is passed, the default character (32) is set.

Return

The return value is always a null string ("").

Info

See also:GetClearB()
Category: CT:Video , Screen functions
Source:ct\setclear.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe