I have a requirement where I need to execute the following "For' Loop
for(x=i,i>0,i=a)
the initial value of a=length and the second iteration, the value becomes a-b post some truncation of b rows and so on.
The function that I am going to perform inside the 'For' Loop is some filtering of data.
Can you pls help me?