Returns a numeric code for the first character in a text string. The returned code corresponds to the character set used by your computer.
| Operating environment | Character set | 
| Macintosh | Macintosh character set | 
| Windows | ANSI | 
Syntax
CODE(text)
Text is the text for which you want the code of the first character.
Examples
CODE("A") equals 65
CODE("Alphabet") equals 65