Difference between revisions of "Manuals/calci/CODE"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
*Returns a numeric code for the first character of a text string. | *Returns a numeric code for the first character of a text string. | ||
*It varies according to Operating environment. | *It varies according to Operating environment. | ||
+ | {|class="wikitable" | ||
|- | |- | ||
!Operating | !Operating | ||
!Character Set | !Character Set | ||
|- | |- | ||
− | | | + | |Windows |
− | | | + | |ANSI |
|- | |- | ||
+ | |Macintosh | ||
+ | |ANSI | ||
+ | |} | ||
==Examples== | ==Examples== |
Revision as of 22:45, 20 November 2013
CODE(text)
- is the character for which you want the ANSI code.
Description
- Returns a numeric code for the first character of a text string.
- It varies according to Operating environment.
Operating | Character Set |
---|---|
Windows | ANSI |
Macintosh | ANSI |
Examples
Lets see an example in (Column1, Row1)
=CODE("S")
It returns 83.
Consider an another example in (Column2,Row3)
=CODE("~") CODE returns 126.