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)
Category:
Miscellaneous
Converts an ASCII code x to its character value.
char(
x Integer
): String
x is an ASCII code of the character.
Type: String. Returns the resulting character.
char(13)