Takes a Unicode character (as a string), and returns the corresponding character code, as an integer.
|
ordinal(string)
String string - A string containing a single Unicode character. If the string does not contain exactly one character, an ExpressionEval error is thrown.
Integer - The character code associated with the Unicode character. |
|