Difference between revisions of "Manuals/calci/CODE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''CODE'''(Text) where, '''Text''' - is the text for which you want the code of the first charcater. </di...")
(No difference)

Revision as of 02:31, 25 October 2013

CODE(Text)

where,

Text - is the text for which you want the code of the first charcater.


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.


Syntax

Remarks

Examples

Description

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