How to check current repeat loop counter?

Hi,

Is there a way to check the current repetition/loop counter value for a repeat loop?
Is there a built in variable which can be checked to see the current repetition?

Regards,
Prashant

No. Use a for or foreach loop if you need a repetition count.