Search:

Type: Posts; User: Junky

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,062

    Re: Working code But not intended result?

    I told you what the problem was. Once again the variable you display on the screen is not changing value. The variable that changes is NOT being displayed on the screen. You can fix it in 2 ways.
  2. Replies
    10
    Views
    1,062

    Re: Working code But not intended result?

    How? Several hundred print statements.

    Ahh while loop instead. Which basically does the same thing.
  3. Replies
    10
    Views
    1,062

    Re: Working code But not intended result?

    My smart ass comments are targetted at getting you to think and work it out for yourself . Rather than me just spoonfeed you the answer. If you do not appreciate my help, no probs I have better...
  4. Replies
    10
    Views
    1,062

    Re: Working code But not intended result?

    Surely you answered your own question. You have one variable that doesn't change which you print out and wonder why it prints the same value all the time. Then you have a second variable which does...
  5. Replies
    10
    Views
    1,062

    Re: Working code But not intended result?

    Look closely at your code to see what variable you print out. Does it change?
Results 1 to 5 of 5