2.5.4.18 Char

The Char function performs a conversion from an integer to the corresponding character in the American National Standards Institute (ANSI) character set.

ABNF:

 Char = val " CHAR():128"

Required Arguments:

Name: Number

Type: vUnsignedInt

An argument that specifies an integer.

Return Value:

Type: PtgStr1, PtgErr

This function returns a PtgStr1 containing the character that corresponds to Number. If Number is less than 1 or greater than 255, the function returns a PtgErr with an error code of #VALUE!.