To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
off EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
off Example
10 ! CRT Register: 7
20 ! Get the graphics mode status.
30 CLEAR SCREEN
40 GRAPHICS OFF
50 PRINT "Graphics Mode flag is";STATUS(CRT,7)
60 END !Should print out 0.