in reply to Re: Adding an new element after every 5th element in array
in thread Adding an new element after every 5th element in array
hi dave,
Thanks for the solution, but i need one more change in requirement, instead of adding the new element after "remove", i need to add the new element say after every multiples of 10th set, i.e. 10th set, 20th set,30th set and 40th set.
How it can be achieved...?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Adding an new element after every 5th element in array
by davido (Cardinal) on Nov 26, 2013 at 20:27 UTC | |
by dvinay (Acolyte) on Nov 27, 2013 at 03:52 UTC |