REPT

Returns specified text repeated a number of times.

Parameter List

Syntax
REPT(text_to_repeatnumber_of_repetitions)
text_to_repeat

The character or string to repeat.

number_of_repetitions

The number of times the text should appear.

Examples

REPT(1, 3) returns 111