Hi All.
I have a List of 100 objects of which each have a string and two integer values
If I wanted to access the first object in the list and change one of the integers from a 5 to 10 then how could i do this?
I have tried using memberList.add(0,aValue); but i get the error that the add method cannot be found.
What am i doing wrong?
Thanks and regards.
Sam.
I have a List of 100 objects of which each have a string and two integer values
If I wanted to access the first object in the list and change one of the integers from a 5 to 10 then how could i do this?
I have tried using memberList.add(0,aValue); but i get the error that the add method cannot be found.
What am i doing wrong?
Thanks and regards.
Sam.