String.rep

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2011.6
Class: string

Description

Returns a string that is the concatenation of n copies of the string s. <syntaxhighlight lang="lua"> (string) = string.rep(s,n) </source>

Parameters

s: (string) string to copy
n: (number) how many times to copy a string

Return values

Returns (string) concatenated by n copies