Hm, it could be that simple, you're right. Good idea. > -----Original Message----- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROTECTED] > Sent: Friday, July 07, 2006 12:29 AM > To: CF-Talk > Subject: Re: Algorithm / Data dudes > > A query should do the trick. > > > > Working on Pricing Sheets. For those who don't know what > they are, from a data viewpoint, they're simply Excel spreadsheets. > - Column Headers > - Row Headers > - Two-dimentional table of data > > I'm trying to think of the most efficient way to store this > data in a CF memory construct (struct/array). > > My first thought was simply a four-dimensional array, but > then I starting considering a more code-friendly(?) structure > where row headers are in one key, column headers in another > and the data in a two-dimentional array in the 3rd. However, > that seems like a lot of additional logic to match up headers > with the data. > > If you've done something like this before, I'd greatly > appreciate any wisdom or advice you can pass my way. > > > Steve "The Boss" Brownlee > http://www.orbwave.com/cfjboss
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:245662 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

