String.byte

From GiderosMobile
Revision as of 11:05, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Returns the internal numerical codes of the characters s[i], s[i+1], ···, s[j]. The default value f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description

Returns the internal numerical codes of the characters s[i], s[i+1], ···, s[j]. The default value for i is 1; the default value for j is i.

Note that numerical codes are not necessarily portable across platforms.

(numbers), = string.byte(sij,)

's: (string) string to get numerical codes from '
i: (number) start symbol (default = 1) optional
j: (number) end symbol (defaults = i) optional
Returns (numbers) numerical codes of characters in provided range