„LibreOfficeDev“ žinyno straipsniams rodyti naršyklėje turi būti įgalintas „JavaScript“ scenarijų vykdymas.

REPT

Repeats a character string by the given number of copies.

Sintaksė

REPT("Text"; Number)

Text is the text to be repeated.

Number is the number of repetitions.

Pavyzdys

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