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.

127 kode baino gehiagokoak sistemaren karaktere-mapaketaren araberakoak izango dira (iso-8859-1, iso-8859-2, Windows-1252, Windows-1250 esate baterako), eta beraz baliteke eramangarria ez izatea.

Sintaxia

CHAR(Number)

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

Adibidea

=CHAR(100) returns the character d.

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

Emaguzu laguntza!