Not at the moment. As I said above, this block is very basic, it only does iterations and nothing more. It's code is as simple as this:
for (int i=1; i<=Cycles; i++) {~next~} ~inext~... where ~next~ is the orange output and ~inext~ is the yellow output.
Who knows when will I decide to add some "break" and "continue" blocks.
What if you turn these blocks into MQL4 code in a custom block?