start iteration, start iterating
- command
- new in 1.67
- The start iteration command is used to start or restart the iteration of any iterator. This is the only way to begin iteration again for a property list. It can also be used to start iteration for lists, ranges, and chunks, or you can achieve the same result for those types by setting their currentIndex property to 0. Can also be called as start iterating:
start iteration of people
start iterating states
- Related: currentIndex, currentKey, currentValue, nextValue