Results 1 to 8 of 8

Thread: ArrayList overwriting entries

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2010
    Posts
    13

    Re: ArrayList overwriting entries

    Ok,

    the problem is this piece of code

    Code:
    array1.add(plek);
    array2.add(naam);
    if i delete it it runs, but not properly.
    Do you know where i need to put it / change it.

  2. #2

    Thread Starter
    New Member
    Join Date
    Jan 2010
    Posts
    13

    Re: ArrayList overwriting entries

    ok guys,

    solved the problem, it was the start of the code.
    The lines

    Code:
        ArrayList<String> array1 = new ArrayList<String>();
    ArrayList<String> array2 = new ArrayList<String>();
    I forgot those.

    kfcSmitty, thanks for your help

    Tom

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width