Last updated 1 year ago
Was this helpful?
The REPT function repeats a given text string a specified number of times. Node references are also accepted as arguments.
value- Required. A text string.
count- Required. A number indicating how many times the string should be repeated.
Returns “LUMELLUMELLUMEL".
rept(value:string, count:number)
rept('LUMEL', 3)