REPT function
Description
Repeats a string n number of times. REPT(str,n) creates a string consisting of str repeated n time.
Example
REPT("*",5) returns "*****"
Calculator
Related functions
- CONCAT function
- List of String functions
easy-to-use statistical software
REPT functionDescriptionRepeats a string n number of times. REPT(str,n) creates a string consisting of str repeated n time. ExampleREPT("*",5) returns "*****" CalculatorRelated functions
|