Manuals/calci/CODE
Jump to navigation
Jump to search
CODE(Text)
where,
Text - is the text for which you want the code of the first charcater.
Returns a numeric code for the first charcter in a text string.
It varies according to Operating environment.
CODE
Lets see an example in (Column1, Row1)
=CODE("S")
It returns 83.
Consider an another example in (Column2,Row3)
=CODE("~")
CODE returns 126.
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 83 | |||
Row2 | 126 | |||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |