Convert a tuple of integers into strings with the corresponding ASCII codes.
::tuple_chr converts the input tuple T, consisting of integer numbers, into a tuple of strings of length 1, the characters of which have the ASCII code of the corresponding input number.
|
T (input_control) |
integer(-array) -> HTuple.long |
| Input tuple. | |
| Restriction: (0 <= T) <= 255 | |
|
Chr (output_control) |
string(-array) -> (HTuple.) char * |
| Strings corresponding to the ASCII code of the input tuple. | |
Operators not requiring licensing