Search:

Type: Posts; User: jps

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,461

    Re: Loop only runs one time?

    So if you think there is a problem with that line do something like this:
    println valueOfArrayKey2Before
    String ArrayKey2String = "" + ArrayKey2;
    println ArrayKey2String;
    See if you are getting...
  2. Replies
    6
    Views
    1,461

    Re: Loop only runs one time?

    What do you mean by that?
    When should "Index" increment/decrement? What should cause the value of "Index" to change, and why is it not happening?
  3. Replies
    6
    Views
    1,461

    Re: Loop only runs one time?

    That, my friend, is the question. Why doesn't it? You have some opinions on what might be wrong. Add a few printlns to your code to verify your guesses.
    If you think a method is not being called...
Results 1 to 3 of 3