TRUECALC
Functions

CHAR

Character from ASCII/Unicode code

When to use it

When should I use CHAR?

Use CHAR when you need to insert a special character — such as a line break (CHAR(10)), tab (CHAR(9)), or any ASCII/Unicode symbol — into a formula result without typing the character directly.

Used in

operations

Syntax

CHAR(number)

On this page