======char====== Get the character with a certain ASCII code. \\ **Syntax** * ''[[PTPScript:Types:String|String]] char( [[PTPScript:Types:Number|Number]] code )'' \\ **Parameters** * [[PTPScript:Types:Number|Number]] ''code'' - The ASCII code. \\ **Result** * [[PTPScript:Types:String|String]] - The character that has the specified ASCII code. Returns a one-character String containing the character that has the ASCII code specified by ''code''.