======ascii====== Get the ASCII code of a character. \\ **Syntax** * ''[[PTPScript:Types:Number|Number]] ascii( [[PTPScript:Types:String|String]] subject )'' \\ **Parameters** * [[PTPScript:Types:String|String]] ''subject'' - The String to get the ASCII code of (first character only). \\ **Result** * [[PTPScript:Types:Number|Number]] - The ASCII code. Returns the ASCII code of the first character in ''subject''.