For the complete documentation index, see llms.txt. This page is also available as Markdown.

ord

Get code of an ascii character str - string with one character returns: a binary number, character code See also atol() function Thread-safe function.

long ord(string str);

Last updated

Was this helpful?