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 ஐ விட பெரிய நிரற்றொடர்கள் உங்களின் கட்டக வரியுரு படவரைவை சார்ந்திருக்கலாம். (எ.கா, iso-8859-1, iso-8859-2, Windows-1252, Windows-1250), ஆகவே அவை கையடக்கமின்றியும் இருக்கலாம்.

தொடரமைப்பு

CHAR(Number)

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.

Please support us!