loop

loop
Last edited on
It's impossible to say what you did wrong if you don't post the code that failed to work.
ok put in my errors in the code as well
Line 70: You're using the assignment operator (=), not the equality operator (==).
Your condition is always going to be true.
thank you fixed that
Topic archived. No new replies allowed.