Documentation/How Tos/Calc: REPT function

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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, concatenated together.

Example:

REPT("ha"; 3)

returns hahaha.

See also:

CONCATENATE

Text functions

Personal tools