Utf8.char

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Receives zero or more integers. Returns a string with length equal to the number of arguments, in whi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2016.06

Description

Receives zero or more integers. Returns a string with length equal to the number of arguments, in which each character has the internal numerical code equal to its corresponding argument. Numerical codes are not necessarily portable across platforms.

(string), = utf8.char(code1code2codeN,)

'code1: (number) '
code2: (number) optional
codeN: (number) optional
Returns (string) string with provided characters