Hello,

I have built a counter that counts from 1 to 19 and then starts again from the beginning.

It reads the values from the array. However I would like it to stop after it reads the values three times. I was thinking of using another counter to do that. Any suggestions? Where should I put the other counter and how would it work?

Thanks for your help.