Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
In this article Syntax Remarks Example
Returns the ANSI character for a number.
CHAR(number)
Name
Required/Optional
Data Type
Description
number
Required
Number
The number whose ANSI character you want to get.
The resulting string is one character in length. The number parameter must be an integer between 1 and 255 (inclusive), or the function returns an error.
CHAR(9)
Returns the tab character.