Description
Repeats a text string the specified number of times.
Syntax
REPT ( text, number )
Parameter | Description |
---|---|
text | Any text string. |
number | The number of times you want text to repeat. If number is 0, empty text (" ") is returned. |
Remarks
The result of REPT cannot exceed 255 characters.
Examples
This function returns error-error-error-:
REPT("error-", 3)