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.

Kody, kótarež su wětše ako 127, mógu wót znamuškowego koděrowanja wašogo systema wótwisowaś (na pśikład iso-8859-1, iso-8859-2, Windows-1262, Windows-1250) a njejsu togodla portabelne.

Syntaksa

CHAR(Number)

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

Pśikład

=CHAR(100) returns the character d.

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

Pšosym pódprějśo nas!