From: Simon Mullis Date: 2007-10-13T04:34:07+09:00 Subject: Re: Array += ------=_Part_5597_25214342.1192217647443 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Yep... concat it is! Cheers! SM On 10/12/07, Robert Klemme wrote: > > 2007/10/12, Simon Mullis : > > Thanks for this Robert. > > > > The difference between the two is exactly why I wanted to use += and > > not <<. I want to add many arrays to one big one and not have to use > > the extra step of Array#flatten at the end. > > That's why you should be using #concat (more efficient) unless you do > not want to modify the original array. Read the solutions properly! > ;-) > > Cheers > > robert > > -- Simon Mullis _________________ simon@mullis.co.uk ------=_Part_5597_25214342.1192217647443--