Herror ::tuple_ord (
    const HTuple &T,
    long *Ord
)
Herror ::tuple_ord (
    const HTuple &T,
    HTuple *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) -> HTuple.char *
Input tuple.

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


Alternatives

::tuple_ords


See also

::tuple_chr, ::tuple_chrt


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH