Project

General

Profile

$str » History » Version 2

Per Amundsen, 06/28/2014 03:42 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$str(text,N)*
4
5
Returns text repeated N times.
6
7
The repeated text can be no longer than 4151 characters.
8
9
*Example*
10
11
<pre>
12
;Prints 'testtesttesttest'
13
//echo -ag $str(test, 4)
14
</pre>