CODE function
Description
Character to Unicode character code function. CODE(str) returns the code of the first character of the string str. If the length of the string is 0, i.e. the string is empty, then the function returns 0.
Example
CODE("Andy") returns 65.00
Calculator