strChar( const asciival) // ascii code to convert
Returns the character represented by asciival.
Example:
sysLog(strChar(49)); // '1'