REPT
Use the REPT function to generate a text value containing a specified number of repetitions of a given text.
Use
REPT( text, number_times )
Repeats text a given number of times.
Parameter | Required | Description |
---|---|---|
text | Yes | the text to repeat |
number_times | Yes | the number of times to repeat text |
Returns | Text |
Example
This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.