REPT
Returns specified text repeated a number of times.
Usage examples
-
REPT("abc", 5) -
REPT(tableA.fieldB, 3)
Syntax
REPT ( text, repetition )
-
text- any string expression. -
repetition- any numeric expression representing the number of times text should appear in the value returned.
Returns
string - the string repeated a number of times.