chr

NAME

chr - get character this number represents


SYNOPSIS

chr NUMBER


DESCRIPTION

Returns the character represented by that NUMBER in the character set. For example, chr(65) is ``A'' in ASCII.