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.

αž€αžΌαžŒαž·αž€β€‹αž’αŸ†αž‡αžΆαž„ ៑្៧ αž’αžΆαž…β€‹αž’αžΆαžŸαŸ’αžšαŸαž™β€‹αž›αžΎβ€‹αž€αžΆβ€‹αžšαž•αŸ’αž‚αžΌαž•αŸ’αž‚αž„β€‹αžαž½αž’αž€αŸ’αžŸαžšβ€‹αž“αŸƒβ€‹αž”αŸ’αžšαž–αŸαž“αŸ’αž’β€‹αžšαž”αžŸαŸ‹β€‹αž’αŸ’αž“αž€ (αž§αž‘αžΆαž αžšαžŽαŸ iso-8859-1, iso-8859-2, Windows-1252, Windows-1250) αž αŸαžαž»β€‹αž“αŸαŸ‡β€‹αž αžΎαž™β€‹αž˜αž·αž“β€‹αž’αžΆαž…β€‹αž…αž›αŸαžβ€‹αž”αžΆαž“β€‹αž‘αŸΒ αŸ”

Syntax

CHAR(Number)

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

Example

=CHAR(100) returns the character d.

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

Please support us!