Why isn't this code working!

The code outline is as follows:

When condition is true:
-variable = 1
-run a loop

-variable = 2
-run a loop

The problem is that when I get to the second section, the variable is not changed and the same variable from section one is used. (variable = 1 the whole time). Does anyone know why this is happening? Code reads from top to bottom so they should be able to be changed and used appropriately right?

Comments

Sign In or Register to comment.