CHAR

Description

This function returns the character specified by a number. Use CHAR to translate code page numbers you might get from files on other types of computers into characters.

 

Syntax

CHAR (number)

 

Remarks

 

Example

=CHAR (65)

-Returns the caharacter "A"

=CHAR (33)

-Returns the character "!"

=CHAR (122)

-Returns the character "z"