Skip to main content
Version: 26.3

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


note

This page is under construction: it has not been reviewed for completeness.