Actions
  $str » History » Revision 3
      « Previous |
    Revision 3/4
      (diff)
      | Next »
    
    Per Amundsen, 08/12/2015 10:47 PM 
    
    
Added in 1.9.0
$str(text,N)
Returns text repeated N times.
The repeated text can be no longer than 4151 characters.
Parameters
text - The text to repeat.
N - Number of times to repeat.
Example
; Prints the text 'text' repeated 4 times. //echo -ag $str(test, 4)
Updated by Per Amundsen about 10 years ago · 4 revisions