Rpt$

From BR Wiki
Revision as of 13:02, 27 February 2014 by John (talk | contribs) (moved RPT$ to Rpt$ over redirect)
Jump to navigation Jump to search
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)