Manuals/calci/CODE
Jump to navigation
Jump to search
CODE(text)
- is the text for which you want the ASCII code of the first character.
Description
Returns a numeric code for the first charcter in a text string. It varies according to Operating environment.
Examples
Lets see an example in (Column1, Row1)
=CODE("S")
It returns 83.
Consider an another example in (Column2,Row3)
=CODE("~") CODE returns 126.