REPT
Repeats a text string a specified number of times
Syntax
rept(value:string, count:number)Arguments
Example
rept('LUMEL', 3)
//Returns “LUMELLUMELLUMEL".
Excel equivalent
Last updated
Was this helpful?
Repeats a text string a specified number of times
rept(value:string, count:number)rept('LUMEL', 3)
//Returns “LUMELLUMELLUMEL".
Last updated
Was this helpful?
Was this helpful?