CODE

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

Syntax

CODE("Text")

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

127보다 큰 코드의 사용 가능 여부는 사용하는 시스템의 문자 매핑(예를 들어 iso-8859-1, iso-8859-2, Windows-1252, Windows-1250)에 따라 달라지므로 호환되지 않을 수 있습니다.

Example

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

note

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