String.rep

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns a string that is the concatenation of n copies of the string s. <source lang="lua"> (string),...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description

Returns a string that is the concatenation of n copies of the string s.

(string), = string.rep(sn,)

's: (string) string to copy '
'n: (number) how many times to copy a string '
Returns (string) concatenated by n copies