Investment Studio > Expressions > Functions > Text > REPT
string rept(string in_string, integer number_times)
Returns number_times concatenated copies of in_string.
Example
=rept(":-)", 10)
equals ":-):-):-):-):-):-):-):-):-):-)".
See also concatenate.