Разрешете JavaScript в браузъра, за да се показват страниците от помощта на LibreOfficeDev.

CODE

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

Синтаксис

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) и поради това може да не са преносими.

Пример

=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.