Ord - script and chart function
Last updated: 9/11/2025
Ord() returns the Unicode code point number of the first character of the input string.
Syntax:
Ord(text)
Return data type: integer
| Ord('A')
|
Returns the integer 65. |
| Ord('Ab')
|
Returns the integer 65. |