The REPT function repeats text a given number of times.
For example,
REPT("x", 5)
returns "xxxxx".
See also:
Other text functions