Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: first itteration of "for" statement acts differntly to all the rest, why?

    The answer to that question is because "the third part" (the increment expression) of the loop executes after each iteration of the loop, not before.

    Recommended reading: The for Statement (The...
  2. Re: first itteration of "for" statement acts differntly to all the rest, why?

    What is value1 supposed to be? Better yet, post an SSCCE that we can copy and paste to play with.
Results 1 to 2 of 2