Project

General

Profile

Actions

$str » History » Revision 2

« Previous | Revision 2/4 (diff) | Next »
Per Amundsen, 06/28/2014 03:42 PM


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)

Updated by Per Amundsen almost 10 years ago · 2 revisions

Also available in: PDF HTML TXT