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.

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.

उदाहरण

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

note

यहाँ दिए गए कोड ASCII से संदर्भित नहीं हैं, परंतु वर्तमान में कोड तालिका लोड है।


Please support us!