Manuals/calci/CHAR
Jump to navigation
Jump to search
CHAR(nb)
- where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle nb} is the number from 1 to infinity.
Description
- This function gives the ANSI characters for given Number.
- CHAR()gives a specific character for a number.
- Also the number is between 1 to infinity.
- The Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle nb} can be a number directly or indirectly like cell reference.
- The character is from the character set used in our system.
- CHAR(65)
- CHAR(B5), where B5 is the cell number
- CHAR(100)
Examples
| CHAR(Nb) | Nb | Result |
|---|---|---|
| CHAR(Nb) | 3000 | ஸ |
| CHAR(Nb) | 100 | d |
| CHAR(nb) | 58 | : |
| CHAR(nb) | 89 | Y |
| CHAR(nb) | 33 | ! |