Tony, > #selectedAccounts[id]# > > selectedAccounts1109 is what i have to eventually parse, but > selectedAccounts and Id parse to the value of something together. > > how in de heck do i do this? > > <cfparam name="brain fart monday" default="Too Much Friday Night!!!"> >
What scope is selectedAccounts in? Form? For the sake of arguement and example, I'll assume it is the form scope. #Form["selectedAccounts"&id]# id is appended to selectedAccounts and the two are pulled from the form structure. Regards Stephen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

