in reply to Re: Split array into multiple uneven arrays
in thread Split array into multiple uneven arrays

Thank you!!!! splice does the trick!!
  • Comment on Re^2: Split array into multiple uneven arrays

Replies are listed 'Best First'.
Re^3: Split array into multiple uneven arrays
by AppleFritter (Vicar) on Sep 04, 2014 at 19:18 UTC
    I know it's probably just a typo, but be careful not to confuse Slices and splice, that's a different (if related) beast.