HTBasic Help
×
Menu
Index

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: