Documentation/How Tos/Calc: REPT function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 06:04, 31 December 2007 by Drking (Talk | contribs)

Jump to: navigation, search


REPT

returns a text string comprised of copies of another text string.

Syntax:

REPT(text; number)

returns number copies of text, joined together.

Example:

REPT("ha"; 3)

returns hahaha.

See also:

CONCATENATE

Text functions

Personal tools