Engedélyezze a JavaScriptet a böngészőben a LibreOfficeDev súgóoldalak böngészéséhez.

REPT

Repeats a character string by the given number of copies.

Szintaxis

REPT("Text"; Number)

Text is the text to be repeated.

Number is the number of repetitions.

Példa

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