Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.lib.str
.ord
ord
is available since version 1.0.
Prototype:
number ord(string character);
Description:
Returns the ASCII code corresponding to a character.
Return value:
Returns the ASCII code corresponding to a character.