_Added in 1.9.0_ *$str(text,N)* Returns text repeated N times. _The repeated text can be no longer than 4151 characters._ *Parameters* table(ktable). |*Parameter*|*Description*| | text | The text to repeat. | | N | Number of times to repeat. | *Example*
; Prints the text 'text' repeated 4 times.
//echo -ag $str(test, 4)