LibreOffice 25.2 Help
Prevedie číslo na znak podľa aktuálnej prevodovej tabuľky. Číslo môže byť dvoj alebo trojciferné celé číslo.
CHAR(Číslo)
Number is a number between 1 and 255 representing the code value for the character.
=CHAR(100) returns the character d.
="abc" & CHAR(10) & "def" inserts a newline character into the string.