_Added in 1.9.0_ *$str(text,N)* Returns text repeated N times. The repeated text can be no longer than 4151 characters. *Example*
;Prints 'testtesttesttest'

//echo -ag $str(test, 4)