To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic User Guide
CSUB Toolkit
Clear Screen
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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( );