ASCII(Source: String)
Source. The string, for which it is required to get ASCII code of the first string character.
Returns ASCII code for the first symbol of the string.
To get character that corresponds the ASCII, use the Char function.
Formula | Result | Application |
= ASCII("String") | 83 | It can be used in model formulas of modeling container, in formulas of time series database calculated series, in formulas of the modeling container that is a child one for time series database in formula editor. |
= ASCII("a") | 97 |
See also: