Chr
Returns 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. |
Returns 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. |