I think you may want to do a struct instead of an array.  Arrays are
just indexed values, you can't do name-value type stuff, but you can
with structs.  Or am I misunderstanding your problem?

On 12/18/06, Bruce Sorge <[EMAIL PROTECTED]> wrote:
> Hello list,
> I have a form that has some dynamic form fields. I know how to loop through
> the fields, get the field names and the information in them, but what I need
> to do is marry up the fields with the data entered in them to insert them
> into a couple of tables. I know I need to build an array to hold these
> name-value pairs, but I am having a brain fart making this work. I am using
> arrayappend to do this but I think that is not the right approach. I googled
> this topic and cannot find exactly what I am looking for. If someone has
> done this before I would appreciate if you could assist.

-- 
My Sites:
http://www.techfeed.net/blog/
http://www.cfquickdocs.com/
http://cfformprotect.riaforge.org/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264392
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to