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(text)'''</div><br/>
 
<div style="font-size:30px">'''CODE(text)'''</div><br/>
*<math>Text</math> is the text for which you want the ASCII code of the first character.
+
*<math>text</math> is the character for which you want the ANSI code.
  
 
==Description==
 
==Description==
Returns a numeric code for the first charcter in a text string.</div>
+
*Returns a numeric code for the first character of a text string.
It varies according to Operating environment.</div>
+
*It varies according to Operating environment.
 +
|-
 +
!Operating
 +
!Character Set
 +
|-
 +
|
 +
|
 +
|-
  
 
==Examples==
 
==Examples==

Revision as of 23:41, 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 |- | | |-

Examples

Lets see an example in (Column1, Row1)

=CODE("S")

It returns 83.

Consider an another example in (Column2,Row3)

=CODE("~") CODE returns 126.

See also

References

SUM