For loop not working... FIXED. thank you AWOL

steps is not an array.

steps = 15;
    for (int i = 0  ;        i <= steps           ;  i++       ) {
// for (start at 0; if i equals/same DO IT; add 1 to i) {
DO-IT();
}

This is how I understand it.

I will be making a different post. Its the original problem....

Dave