There is no real difference (in cf) between a '2d' array and an array of arrays. The only difference is that using arrayNew(2) means you don't have to initialize the arrays in the first dimension. Not sure if that makes sense.
If you need to make a 4d array, which you can't do w/ arrayNew(), you could easily do it manually. ======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Stacy Young [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 3:53 PM > To: CF-Talk > Subject: CFDUMP > > > When I dump a single 2 dimensional array it shows up as a > single dimensional array with a 2 dimensional array at each > position...does that make sense ? > > > > AVIS IMPORTANT: > ------------------------------- > Les informations contenues dans le present document et ses > pieces jointes sont strictement confidentielles et reservees > a l'usage de la (des) personne(s) a qui il est adresse. Si > vous n'etes pas le destinataire, soyez avise que toute > divulgation, distribution, copie, ou autre utilisation de ces > informations est strictement prohibee. Si vous avez recu ce > document par erreur, veuillez s'il vous plait communiquer > immediatement avec l'expediteur et detruire ce document sans > en faire de copie sous quelque forme. > > WARNING: > ------------------------------- > The information contained in this document and attachments is > confidential and intended only for the person(s) named above. > If you are not the intended recipient you are hereby > notified that any disclosure, copying, distribution, or any > other use of the information is strictly prohibited. If you > have received this document by mistake, please notify the > sender immediately and destroy this document and attachments > without making any copy of any kind. > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm 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

