Category:
Miscellaneous
Converts an ASCII code x to its character value.
Syntax
char(
x Integer
): String
Parameters
x is an ASCII code of the character.
Return value
Type: String. Returns the resulting character.
Examples of using
char(13)