Incrementing an array variable!!!
807605Aug 5 2007 — edited Aug 6 2007Hello,
I wanna know if we can increment an array variable by more than 1.
When I use for(i=0;i<10;i+4) it is giving me an error.Just wanted to know if we can increment an array variable by any value other than 1.
Thanks