To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
set locator EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
set locator Example
10 CLEAR SCREEN
20 SET LOCATOR 0,0
30 WHILE KBD$=""
40 READ LOCATOR X,Y !Move the mouse around.
50 PRINT X,Y
60 WAIT 1
70 END WHILE
80 END