i have two arrays say arrOne and arrTwo.
now arrOne is having 27 elements and arrTwo is vacant.
On click of a button i want to copy first 10 elements of arrOne to arrTwo, then on second click, i want to add another 10 elements and the rest 7 on another click. example with code would be really helpful,,.. thnx O_o
i have two arrays say arrOne and arrTwo . now arrOne is having 27
Share
Here is how to do it: