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

thank you PaulS,
I did try <= >= != and so on. Here is what i found just minutes ago.
I changed for (int i=0;i<=steps;i++){ to a for(int i=0;i<=TheDelay;i++){ and it works great.

this was just a test but it worked. Is steps a reserved word? it did not turn red.

*TheDelay = 90

Any insight on why?

thanks