CODE (Primitive Spread Function) returns a numeric code to represent the first character in a text string. The returned code corresponds to the Windows character set (ANSI).
SYNTAX:
CODE(text)
REMARKS:
The text argument is the text from which you want to determine the code of the first character.
EXAMPLES:
CODE("B") equals 66
CODE("Buffalo") equals 66