strRepeat(text,count)¶
Definition¶
String strRepeat(String text, Integer count)
Description¶
Returns a string that repeats the supplied text a specified number of times.
Parameter Definition¶
Name | Type | Description |
---|---|---|
text | String | The string to repeat |
count | Integer | number of times to repeat |