Manuals/calci/CODE

From ZCubes Wiki
Revision as of 07:51, 20 November 2013 by Abin (talk | contribs)
Jump to navigation Jump to search
CODE(text)


  • is the text for which you want the ASCII code of the first character.

Returns a numeric code for the first charcter in a text string. It varies according to Operating environment.

CODE


Lets see an example in (Column1, Row1)

=CODE("S")

It returns 83.

Consider an another example in (Column2,Row3)

=CODE("~") CODE returns 126.

Column1 Column2 Column3 Column4
Row1 83
Row2 126
Row3
Row4
Row5
Row6