ArrayConcat at cflib.org will do this: http://www.cflib.org/udf.cfm?ID=265
======================================================================= Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: James Sleeman [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 25, 2002 1:48 AM > To: CF-Talk > Subject: joining arrays > > > Hi all, > anybody know if there is a nicer way of joining > arrays in CF than > > i = 1; > while (i lte arrayLen(secondArray)) { > arrayAppend(firstArray, secondArray[i]); > }; > > > > > James Sleeman > Innovative Media Ltd > Phone: (03) 377 6262 > http://www.websolutions.co.nz/ > > CAUTION: The information contained in this email message is > confidential > and may be legally privileged. If the reader of this message > is not the > intended recipient you are notified that any use, dissemination, > distribution or reproduction of this message is prohibited. > If you have > received this message in error please notify the sender > immediately and > destroy the original message and any attachments. > > Views expressed in this communication may not be those of > Innovative Media Ltd. > ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

