Ενεργοποιήστε τη 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.