Difference between revisions of "Manuals/calci/CODE"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''CODE("string")'''</div><br/>
+
<div style="font-size:30px">'''CODE (Text) '''</div><br/>
*<math>string</math> is the character for which you want the code..
+
*<math>Text</math> is the character for which you want the code.
 +
**CODE(), returns a numeric code for the first character in a text string.
  
 
==Description==
 
==Description==
 
*CODE()gives a specific CODE for the string entered.
 
*CODE()gives a specific CODE for the string entered.
*The <math>string</math> can be of any length in which first character will be taken.  
+
*The <math>Text</math> can be of any length in which first character will be taken.  
*The <math>string</math> can be a text directly or indirectly like cell reference.  
+
*The <math>Text</math> can be a text directly or indirectly like cell reference.  
 
*The character is from the character set used in our system.
 
*The character is from the character set used in our system.
 
*Returns a numeric code for the first character of a string.
 
*Returns a numeric code for the first character of a string.

Revision as of 16:58, 9 August 2018

CODE (Text)


  • is the character for which you want the code.
    • CODE(), returns a numeric code for the first character in a text string.

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

CODE

See also

References

SUM