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.

កូឌិក​ធំជាង ១២៧ អាច​អាស្រ័យ​លើ​កា​រផ្គូផ្គង​តួអក្សរ​នៃ​ប្រព័ន្ធ​របស់​អ្នក (ឧទាហរណ៍ 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.