en:chr

Chr (Function)

Format

chr ( numeric_expr )

returns string_value

Description

Converts the integer expression into a single character string expression with the ASCII value of the number. See asc for a complete ASCII character conversion chart.

See Also

Asc

Example

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

will print

Boo!

See Also

History

0.9.4New To Version
en/chr.txt · Last modified: 2014/02/09 20:45 by admin