How do I add value to loopindex ?
Hi, guys
I have an Array and I use "for loop" to get value from the Array, but I want to get value from position 4,8,12,16,20,.... in the Array. Can I increase loopindex to 4 values for each loop?
same as code:
for(i=0;i<10; i+=4)