chr Function

Purpose:

Returns a string containg the ascii character of the given number n

Syntax:

chr(n)

Comments:

Only a single chracter string is returned

Example:

print chr(65)

A