HTBasic Help
×
Menu
Index

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.