Ord - script and chart function
Ord() returns the Unicode code point number of the first character of the input string.
Syntax:
Ord(char)
Return data type: integer
Example | Result |
---|---|
Ord('A') | Returns the integer 65. |
Ord('Ab') | Returns the integer 65. |