CODE
Syntax
CODE(<string>)
Description
Returns the code point in decimal for the first character in a string.
Examples
Column1 | CODE returns |
---|---|
A | 65 |
Account | 65 |
s | 115 |
somewhere | 115 |
Ü (capital letter U with diaeresis) | 220 |
CODE(<string>)
Returns the code point in decimal for the first character in a string.
Column1 | CODE returns |
---|---|
A | 65 |
Account | 65 |
s | 115 |
somewhere | 115 |
Ü (capital letter U with diaeresis) | 220 |