Hi How to get number % for example 0,1 then 6,7 then 12,13
Any ideas will be great,
Thanks in advance
I maybe didn’t explain it right :
I mean when I have numbers from 1 to 23
I want to get them with {modulo %} + one or more
In this exaple when module% is 6 it will be:
0 and 1, 6 and 7, 12 and 13, 18 and 19 and so for
I’ve made another variable and add it in branch after modulo