HTBasic Help
×
Menu
Index

rpt$ Example

10    DIM Test$[80]
20    Test$=RPT$("*",20)
30    PRINT RPT$("=",3),Test$
40    END