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) -> integer |
| Input tuple. | |
| Restriction: (0 <= T) <= 255 | |
|
Chr (output_control) |
string(-array) -> string |
| Strings corresponding to the ASCII code of the input tuple. | |
tuple_chr is reentrant and processed without parallelization.
Operators not requiring licensing