String.byte

From OpenEUO
Revision as of 20:34, 7 October 2010 by 76.184.213.234 (Talk) (Created page with " string.byte (s [, i [, j]]) 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 ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
string.byte (s [, i [, j]])

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. << Todo: test whether this returns OEM codepage value, ANSI value, or a unicode value>>