Search:

Type: Posts; User: Junky

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    1,444

    Re: do while loop, variable can't be found

    Read my post again. I never mentioned assigning values to the variables.
  2. Replies
    4
    Views
    1,444

    Re: do while loop, variable can't be found

    You have declared the variables inside the do while loop. The condition statement of the do while loop is outside the loop and therefore does not have access to the variables declared inside the loop.
Results 1 to 2 of 2