REPEAT function
Description
Repeats a string n number of times. REPEAT(str,n) creates a string consisting of str repeated n time.
Example
REPEAT("*",5) returns "*****"
Calculator
Repeats a string n number of times. REPEAT(str,n) creates a string consisting of str repeated n time.
REPEAT("*",5) returns "*****"
Calculator