CHAR

Converts a number into a character according to the current code table. The number can be a two-digit or three-digit integer number.

A 127-nél nagyobb kódok a rendszer karaktertáblázatától függenek (például ISO-8859-1, ISO-8859-2, Windows-1252, Windows-1250), és ezért nem biztos, hogy átvihetők.

Szintaxis

CHAR(Number)

Number is a number between 1 and 255 representing the code value for the character.

Példa

=CHAR(100) returns the character d.

="abc" & CHAR(10) & "def" inserts a newline character into the string.

Támogasson minket!