Active JavaScript en el navegador para mostrar las páginas de ayuda de LibreOfficeDev.

REPT

Repeats a character string by the given number of copies.

Sintaxis

REPT("Text"; Number)

Text is the text to be repeated.

Number is the number of repetitions.

Ejemplo

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