Difference between revisions of "Manuals/calci/CODE"

From ZCubes Wiki
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>
  
CODE
+
==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.
  
{| id="TABLE3" class="SpreadSheet blue"
+
==See also==
|- class="even"
+
 
| class=" " |
+
*[[Manuals/calci/CHAR| CHAR]]
| Column1
+
*[[Manuals/calci/PRODUCT| PRODUCT]]
| Column2
+
 
| Column3
+
==References==
| Column4
+
[http://en.wikipedia.org/wiki/Summation SUM]
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 83
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 126
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| Row3
 
| class="  SelectTD ChangeBGColor SelectTD" |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| class=" " | Row5
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row6
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|}
 

Revision as of 07: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.

See also

References

SUM