To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
status EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
status Example
10 PRINT STATUS(CRT,9) !Gets the screen width.
20 PRINT STATUS(CRT,13) !Gets the screen height.
30 PRINT STATUS(CRT,17) !Gets the input line color.
40 END