Skip to main content

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.

ParameterRequiredDescription
textYesthe text to repeat
number_timesYesthe number of times to repeat text

ReturnsText

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.

ON THIS PAGE