Table of Contents

Marble diagram

ElementIndex can be used to incrementally keep a tally of the number of elements in a sequence. It is also often used as the first step in custom index-dependent computations.

Examples

Use ElementIndex to incorporate a running tally of the number of elements in the sequence.

ElementIndex Example