tuple_ord ( : : T : Ord )

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.


Parameters

T (input_control)
string(-array) -> string
Input tuple.

Ord (output_control)
integer(-array) -> integer
ASCII code of the input tuple.


Parallelization Information

tuple_ord is reentrant and processed without parallelization.


Alternatives

tuple_ords


See also

tuple_chr, tuple_chrt


Module

Operators not requiring licensing



Copyright © 1996-2005 MVTec Software GmbH