Разрешете JavaScript в браузъра, за да се показват страниците от помощта на LibreOfficeDev.

REPT

Repeats a character string by the given number of copies.

Синтаксис

REPT("Text"; Number)

Text is the text to be repeated.

Number is the number of repetitions.

Пример

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