HTBasic Help
×
Menu
Index

Clear Screen

 
void kbdcrt_clear_screen( );
 
Description
This routine performs the same action as the CLR SCR key and the CLEAR SCREEN statement. The return value is either an HTBasic error code or a zero indicating no error.
 
Example
kbdcrt_clear_screen( );