char()

Examples


The char() function returns the ASCII character corresponding to an integer value.

Syntax

char(integer)

Parameters

integer – An integer value in the range of 0 to 255, for which you want the ASCII character equivalent. If integer is set to a value out of the range 0 to 255, a null string will be returned.

Return value

String


Documentation Feedback