Rpt$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(edit)
 
No edit summary
Line 7: Line 7:


  00010 PRINT #255: RPT$("*",132)
  00010 PRINT #255: RPT$("*",132)
<noinclude>
[[Category:Internal Functions]]
</noinclude>

Revision as of 16:47, 18 January 2012

Rpt$(A$,X)

The Rpt$ internal function returns A$, repeated X times.

Comments and Examples

Line 10 will print a row of stars (asterisks) on the printer that is 132 columns long.

00010 PRINT #255: RPT$("*",132)