ASCII

Syntax

ASCII(Source: String)

Parameters

Source. The string, for which it is required to get ASCII code of the first string character.

Description

Returns ASCII code for the first symbol of the string.

Comments

To get character that corresponds the ASCII, use the Char function.

Example

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:

Functions Available in Expression Editor │ Text Functions