TM1TupleSize

This function returns the number of members in a tuple.

Syntax

TM1TupleSize(Tuple);

Argument

Description

Tuple

An expression that resolves to a tuple.

The function returns 0 if the Tuple argument does not resolve to a valid tuple, or of the tuple is null or empty.