Difference between revisions of "Documentation/How Tos/Calc: REPT function"
From Apache OpenOffice Wiki
< Documentation | How Tos
m (→Syntax:) |
|||
| Line 16: | Line 16: | ||
'''[[Documentation/How_Tos/Calc: Text functions|Text functions]]''' | '''[[Documentation/How_Tos/Calc: Text functions|Text functions]]''' | ||
| + | |||
| + | [[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']], | ||
| + | [[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']] | ||
Revision as of 16:06, 13 September 2008
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:
Functions listed alphabetically, Functions listed by category