Aktivieren Sie zum Anzeigen der LibreOfficeDev Hilfeseiten JavaScript in ihrem Browser.

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.

Beispiel

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