NBi icon indicating copy to clipboard operation
NBi copied to clipboard

Add support for Loop count when defining a sequence

Open Seddryck opened this issue 4 years ago • 0 comments

It should be possible to define a seed, a step and a count of times the loop is executed. A count of 0 means that the resulting sequence has 0 element.

<loop-count seed="100" step="20" count="3"/>

This loop should return a sequence of 3 elements: {100, 120, 140}

Seddryck avatar Jan 13 '21 23:01 Seddryck