To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
label EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
label Example
10 CLEAR SCREEN
20 FOR Height=1 TO 12
30 MOVE 40,40
40 DISP Height
50 CSIZE Height !Change the size of the label.
60 LABEL "Hello World!"
70 WAIT 1
80 CLEAR SCREEN
90 NEXT Height
100 END