in reply to Re: Split a large array into 10 smaller arrays
in thread Split a large array into 10 smaller arrays

It works for smaller arrays,but here the case is array is large,the size of array is dynamic,some times it have 10000 elements,some times 15000. Irrespective of size,I need to split the array into 10 parts.

  • Comment on Re^2: Split a large array into 10 smaller arrays