currentIndex
- property of a range or list
- When using a list or range as an iterator, the currentIndex property of the list or range holds the item number of the currentValue. The currentIndex may be set to a different value to skip ahead or back in the list for subsequent iteration.
- Related: currentValue, start iteration