Hi! I need to make an array of 3000 elements, I have 7 arrays (sub-arrays?). I need to do this:
Take first 9 of Arr1, push them to the BIG ARRAY and remove this 9 from the 'subarray' Take first 9 of Arr2, push them to the BIG ARRAY and remove this 9 from the 'subarray' Take First 9 of Arr3, push them to the BIG ARRAY and remove this 9 from the 'subarray' Take First 9 of Arr4, push them to the BIG ARRAY and remove this 9 from the 'subarray' Take First 9 of ARr5, push them to the BIG ARRAY and remove this 9 from the 'subarray' Take First 9 of Arr6, push them to the BIG ARRAY and remove this 9 from the 'subarray' Take First 9 of Arr7, push them to the BIG ARRAY and remove this 9 from the 'subarray'. How can I do this? does push and pop allows me to choose the first 9 elements and push them? Thanks! Pablo -- Pablo Fischer Sandoval ([EMAIL PROTECTED]) http://www.pablo.com.mx http://www.debianmexico.org GPG FingerTip: 3D49 4CB8 8951 F2CA 8131 AF7C D1B9 1FB9 6B11 810C Firma URL: http://www.pablo.com.mx/firmagpg.txt -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]