Plugin : Loop iterator
Author:Rex.Rainbow
- An iterator to return loop index
Download
Actions
Add
Action:Add loop
- Add loop definitation.
- Name ( string ) : Variable name.
- Start ( number ) : Start index.
- End ( number ) : End index.
- Step ( number ) : Step.
Action:Add list
- Add list definitation.
- Name ( string ) : Variable name.
- List ( string ) : List in JSON format.
Next
Action:Next
Expressions
Return
Expression:loopindex
- Get return loop index value.
- Name ( string ) : Variable name
Conditions
Next
Condition:Has next
- Return true if this iterator has next values.