REPT

Repeats a character string by the given number of copies.

Syntax

REPT(text; number)

text is the text to be repeated.

number is the number of repetitions.

ઉદાહરણ

=REPT("Good morning";2) returns Good morningGood morning.

Please support us!