Table of Contents

Chr (Function)

Format

chr ( numeric_expression )

returns string_expression

Description

Converts the integer expression into a single character string expression with the UNICODE value of the number.

See Also

Asc

Example

print chr(66)+chr(111)+chr(111)+chr(33)

will print

Boo!

See Also

2016/01/01 22:42

History

0.9.4New To Version