Herror ::tuple_strlen (
    const HTuple &T1,
    long *Length
)
Herror ::tuple_strlen (
    const HTuple &T1,
    HTuple *Length
)

Length of every string within a tuple of strings.

::tuple_strlen checks the length of every string within the input tuple T1 and returns the length of each string with the output tuple Length. All elements of T1 may only consist of strings. Otherwise ::tuple_strlen returns an error.


Parameters

T1 (input_control)
number(-array) -> HTuple.long / double / char *
Input tuple.

Length (output_control)
integer(-array) -> (HTuple.) long *
Length of the single strings of the input tuple.


Alternatives

::tuple_strstr, ::tuple_strrstr, ::tuple_strchr, ::tuple_strrchr, ::tuple_str_first_n, ::tuple_str_last_n, ::tuple_split, ::tuple_environment


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH