Search:

Type: Posts; User: Purple01

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,461

    Re: Loop only runs one time?

    I will, thank you. :)
  2. Replies
    6
    Views
    1,461

    Re: Loop only runs one time?

    If I let print:

    System.out.print(ArrayListFileData2.get(i) + " ")

    Then I get everything one by one.

    So by doing this:

    Cell ArrayKey2 = ArrayListFileData2.get(i);
  3. Replies
    6
    Views
    1,461

    Re: Loop only runs one time?

    I see that "ArrayKey2String" is being stuck on "Index" inside the if loop.
    How do I know how to solve that?
    I tried ArrayKey2String = ""; behind the while loop but that wasn't it.
  4. Replies
    6
    Views
    1,461

    Loop only runs one time?

    I have made a program that reads in an excel file. And then stores certain things in an arrayList and HashMap.
    Now I would like to compaire if an value from the arrayList is available in the...
Results 1 to 4 of 4