|
-
Jan 27th, 2010, 02:15 PM
#1
Thread Starter
New Member
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.
-
Jan 27th, 2010, 02:21 PM
#2
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|