I have a single dimensional array that I want to duplicate
into a 2 dimensional array.  The first dimension are all odd
numbers in the array and the second dimension are all the
even numbers in the array.

e.g.
Array as it exists now...
Array[1] = "One"
Array[2] = "Planes"
Array[3] = "Twelve"
Array[4] = "Jets"

Array I want to make...
Array[1][1] = "One"
Array[1][2] = "Planes"
Array[2][1] = "Twelve"
Array[2][2] = "Jets"

Any thoughts?

~Jason

<!---
     Jason Dowdell
     [EMAIL PROTECTED]
     321.799.6845
     IM AES - Web Developer
 --->

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to