To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
rpt$ EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
rpt$ Example
10 DIM Test$[80]
20 Test$=RPT$("*",20)
30 PRINT RPT$("=",3),Test$
40 END