You are here: Function Reference > Alphabetical Listing > C > Char

Char

Use this function to convert an integer into a single character.

Syntax

Char (Integer)

Parameter

Description

Integer

An integer value that ranges zero (0) to 255.

Example

Here is an example:

what_char = Char (64)

The variable, what_char, is set to the character: ‘@’.

See also