Returns the numerical Unicode map value of the first character in the string provided.
Sample usage
CODE("a")
CODE(A1)
Syntax
CODE(string)
string– The string whose first character's Unicode map value will be returned.
Notes
- Only the first character in
stringwill be evaluated; others will be ignored.
See also
CHAR: Converts a number into a character according to the current Unicode table.