Last updated 2 months ago
Was this helpful?
Create a string that contains a specified number of repetitions of the specified string.
RepeatString(string=[string], count=[integer])
string
true
The string to repeat.
count
integer
The number of times to repeat the string.