Is there a way to repeat a for loop?

Good morning,

Is there any way to repeat a for loop? I am trying to do it with a for datarow, when the loop reaches index 5 I decrement it -1 but the for continues its normal loop.

Basically what I needed is to go back one iteration in the for loop.

Thanks.

That is not possible right now. Can you explain why you want to do that, maybe there is another way to acheive the desired result.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.