Herror ::tuple_chr (
    const HTuple &T,
    char *Chr
)
Herror ::tuple_chr (
    const HTuple &T,
    HTuple *Chr
)

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.


Parameters

T (input_control)
integer(-array) -> HTuple.long
Input tuple.
Restriction: (0 <= T) <= 255

Chr (output_control)
string(-array) -> (HTuple.) char *
Strings corresponding to the ASCII code of the input tuple.


Alternatives

::tuple_chrt


See also

::tuple_ord, ::tuple_ords


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH