Cycle through list - how to get the current position

When i cycle through a list (of images) i would like to get the current position - for example to display a counter 23 of 100
I can’t figure out how to retrieve this value.

Stefan

Instead of Cycle through List, you could use Count within Range to keep track of the current position, then feed its integer output to Get Item from List, like in the attached composition.

Edit: The Set Count and Minimum ports should be set to 1, otherwise it will repeat the first item in the list.  

cycle-list.vuo (3.27 KB)

Thanks - i got it now!

Thanks - i got it now!