Convert a tuple of strings of length 1 into a tuple of their ASCII codes.
::tuple_ord converts the input tuple T, which may only contain strings of length 1, into a tuple of integer numbers that represent the ASCII code of the characters of the strings.
|
T (input_control) |
string(-array) -> HTuple.char * |
| Input tuple. | |
|
Ord (output_control) |
integer(-array) -> (HTuple.) long * |
| ASCII code of the input tuple. | |
Operators not requiring licensing