Syntax:
CODE(text)
Returns the Latin-1 number corresponding to the first character of the text string.
Example:
CODE("Apricot")
returns the number 65, the Latin-1 numeric value of the letter A.
65
A