Menu

CODE

Description

Returns the numeric code of the first character of a given text string.

Examples

CODE(A) = 65

CODE(+) = 43

CODE(NAN) = 78

CODE(INF) = 73

CODE(-INF) = 45

On this page