Davidprince
Programmer
Ladies and Gentleman
I haven't used these inso long I've forgotten many of the manipulation tricks involved so my apologies ahead of time for what appears a simple problem. It is:
I have an array of 208 cards which I need to split into 19 arrays (each array should have a minimum of 4 cards). Whilst the bit about the number of cards isn't critical is there an efficient way to assign the elements from array1 to the other 19 arrays?
Thanks
David
I haven't used these inso long I've forgotten many of the manipulation tricks involved so my apologies ahead of time for what appears a simple problem. It is:
I have an array of 208 cards which I need to split into 19 arrays (each array should have a minimum of 4 cards). Whilst the bit about the number of cards isn't critical is there an efficient way to assign the elements from array1 to the other 19 arrays?
Thanks
David