i have a arraylist that look like this
item 0 - hold this value 1,2,4
item 1 - hold this value 3,6,7
if i want to access the item 0 i get the whole 1,2,4 how do i seperate them
out like i want "1" how do i access item 0 but the first value "1".
thank
item 0 - hold this value 1,2,4
item 1 - hold this value 3,6,7
if i want to access the item 0 i get the whole 1,2,4 how do i seperate them
out like i want "1" how do i access item 0 but the first value "1".
thank
Comment