Any recommendations? I have no problems changing what I've already done. Using ListGetAt() was my first guess, as I could use the '_' as the delimiter, but how would I know what each variable name is that's submitted?
That's the biggest part I'm confused as to what to do. i.e. cfdump gives me: 10421_REGULAR_03_09_2008 0.0 10421_REGULAR_03_10_2008 2.0 10421_REGULAR_03_11_2008 3.0 10421_REGULAR_03_12_2008 3.0 10421_REGULAR_03_13_2008 3.0 10421_REGULAR_03_14_2008 3.0 I was thinking using something similar to: #ListGetAt(form,1,'_')# But that gives me an error due to complex object type: Complex object types cannot be converted to simple values Jason [EMAIL PROTECTED] -----Original Message----- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2008 10:31 AM To: CF-Talk Subject: RE: Variable problems My gut says there's a better way to do what you're trying, but to get your version to work, look at the list functions, ListGetAt(), ListLast() etc. with "_" as the delimiter. Adrian http://www.adrianlynch.co.uk/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:302496 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

