Skip to main content
Version: 26.3

repeatIndex

Function

Returns the iteration count of the innermost repeat loop being executed

repeat 3 times
put the repeatIndex
end repeat

Output:

1

2

3



note

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