To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
RPT$ - Returns a string replicated a specified number of times.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
RPT$
Returns a string replicated a specified number of times.
RPT$( string-expression, repeat-count )
Example:
RPT$.BAS
Description:
The repeat count is a numeric expression rounded to an integer value. If it is zero, a zero length string is returned. If it is negative or the resulting string would be greater than 32,767 characters, an error is generated.
See Also:
CHR$
,
LWC$
,
NUM
,
REV$
,
POS
,
TRIM$
,
UPC$
,
VAL
,
VAL$