ord
Last updated
Was this helpful?
Get code of an ascii character
str - string with one character
returns: a binary number, character code
See also @hlpIdcatol[atol]() function
Thread-safe function.
long ord(string str);
Last updated
Was this helpful?