REPT(string,num)
REPT returns @num repetitions of @string.
This function is Excel compatible.
REPT(".",3) equals "...".
CONCATENATE.