Difference between revisions of "Manuals/calci/CODE"
Jump to navigation
Jump to search
| Line 67: | Line 67: | ||
==References== | ==References== | ||
[http://en.wikipedia.org/wiki/Summation SUM] | [http://en.wikipedia.org/wiki/Summation SUM] | ||
| + | |||
| + | |||
| + | |||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | |||
| + | *[[ Z3 | Z3 home ]] | ||
Revision as of 05:39, 14 March 2017
CODE("string")
- is the character for which you want the code..
Description
- CODE()gives a specific CODE for the string entered.
- The can be of any length in which first character will be taken.
- The can be a text directly or indirectly like cell reference.
- The character is from the character set used in our system.
- Returns a numeric code for the first character of a string.
- It varies according to Operating environment.
| Operating | Character Set |
|---|---|
| Windows | ANSI |
| Macintosh | Macintosh Character Set |
Examples
| =CODE("string") | string | Result |
|---|---|---|
| =CODE("ஸ") | ஸ | 3000 |
| =CODE("string") | d | 100 |
| =CODE(":") | : | 58 |
| =CODE("Y") | Y | 89 |
| =CODE("!") | ! | 33 |
Related Videos
See also
References