Base Scripting Language GuidePascal-Library Custom Scripting FunctionsChrOn this pageChrReturns the character for a specified ASCII value. Structure Chr(X: Byte): Char; Parameters Return value Description Chr returns the character with the ordinal value (ASCII value) of the byte-type expression, X.