Hi Charlie, many thanks for your message. Yes, your tutorial is excellent for what I need to do; part3 (an array of structures) is most relevant. I am trying to adapt it to my problem, which is as follows.
There can be any number of (i.e. 2-digit) projects, each has a few overhead codes with a number of financial years (up to 6), each financial year will have a few types of costs (4) and each of these costs have to be divided between 12 months. So, I think I need an array of projects, which has structures of financial years and then another level of structures for monthly amounts? Does that sound reasonable? e.g. <cfset projects[finYear][month] = StructNew()>. Please advise. Regards, Kamru >i did a 3 part tutorial on arrays and structures that might be of some help. > >http://tutorial171.easycfm.com/ >http://tutorial172.easycfm.com/ >http://tutorial173.easycfm.com/ > >check 'em out and see if they help wrap your brain around the concepts. > >On Tue, Jun 10, 2008 at 7:04 AM, Kamru Miah <[EMAIL PROTECTED]> wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307221 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

