Operators |
tuple_ord — Convert a tuple of strings of length 1 into a tuple of integer numbers.
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 (as long as the characters are part of the ASCII standard, for other characters please note the influence of the used character encoding table, see also Tuple / String Operations).
If the input tuple is empty, the operator returns an empty tuple.
HDevelop provides an in-line operation for tuple_ord , which can be used in an expression in the following syntax:
Input tuple with strings of length 1.
Output tuple with integer numbers.
Foundation
Operators |