CHR()

 

Syntax:

       Then: a=CHR(n)

       Then: a=CHR(exp)

 

where "n" is the decimal ASCII code (a literal) you want converted to its character equivalent, and "exp" is an expression.

 

Version Ref:  3.1

Description:

Converts ASCII code to character.

 

Examples:

To export ASCII code 7, bell, as part of a field:

       Then: aa=chr("7"){5