Chr

Syntax

Chr(Value: Integer)

Parameters

Value. ASCII code.

Description

It returns the character corresponding to the specified ASCII code.

Comments

To get ASCII code corresponding to the character, use the ASCII function.

Example

Formula Result Application
= Chr(65)

A

Expressions 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 expression editor.
= Chr(125) }

See also:

Functions Available in Expression Editor │ Text Functions