Difference between revisions of "Manuals/calci/CODE"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
*<math>Text</math> is the text for which you want the ASCII code of the first character. | *<math>Text</math> 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.</div> | Returns a numeric code for the first charcter in a text string.</div> | ||
It varies according to Operating environment.</div> | It varies according to Operating environment.</div> | ||
− | + | ==Examples== | |
− | |||
− | |||
Lets see an example in (Column1, Row1) | Lets see an example in (Column1, Row1) | ||
Line 20: | Line 19: | ||
CODE returns 126. | CODE returns 126. | ||
− | + | ==See also== | |
− | + | ||
− | + | *[[Manuals/calci/CHAR| CHAR]] | |
− | + | *[[Manuals/calci/PRODUCT| PRODUCT]] | |
− | + | ||
− | + | ==References== | |
− | + | [http://en.wikipedia.org/wiki/Summation SUM] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 06:59, 20 November 2013
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.