Processing math: 100%

CHR_ACHR

Return the character for a given ASCII value

Description:

The given ASCII value is converted to a single returned character in the machine’s character set. If no such character exists within the machine’s character set, the character code 0 (the ASCII NUL character) is returned.

Invocation

RESULT = CHR_ACHR( ASCII )

Arguments

ASCII = INTEGER (Given)
The position of the character within the ASCII character set.

Returned Value

CHR_ACHR = CHARACTER 1
A character value within the machine’s character set.