PCngB‖

AbKCo‖ CODE

Bb562‖ Returns a numeric code for the first character in a text string.

GSbiK‖Syntax

T8KRA‖CODE("Text")

m8D57‖ Text is the text for which the code of the first character is to be found.

Codes greater than 127 may depend on your system's character mapping (for example iso-8859-1, iso-8859-2, Windows-1252, Windows-1250), and hence may not be portable.

MiUAf‖Example

Bq7Yw‖ =CODE("Hieronymus") returns 72, =CODE("hieroglyphic") returns 104.

note

NeMDb‖The code used here does not refer to ASCII, but to the code table currently loaded.