soldieryap
Programmer
it seems like the 2d array of Vector ...
assume i have a 5 elements String array and one Vector,
after i assign the value to all 5 elements of STRING, i store in 1st element of VECTOR, after that i reassign the value to that 5 elements of STRING, and i store to the 2nd of Vector element. so how do i retrieve each string of them... that's mean i have to retrieve 10 string ..... ??
thanks in advanced ....
assume i have a 5 elements String array and one Vector,
after i assign the value to all 5 elements of STRING, i store in 1st element of VECTOR, after that i reassign the value to that 5 elements of STRING, and i store to the 2nd of Vector element. so how do i retrieve each string of them... that's mean i have to retrieve 10 string ..... ??
thanks in advanced ....