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 |
, multiple selections available,
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 |