This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
functions:strrepeat [2017/03/13 15:39] – korshun | functions:strrepeat [2017/06/12 14:27] (current) – korshun | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | ====== StrRepeat ====== |
+ | {{tag>string | ||
+ | '' | ||
+ | |||
+ | ===== Description ===== | ||
+ | Returns the string repeated n times. If n is 0, returns empty string. | ||
+ | |||
+ | ===== Examples ===== | ||
+ | < | ||
+ | StrRepeat(" | ||
+ | StrRepeat(" | ||
+ | StrRepeat(" | ||
+ | </ |