1. The form variable is a structure, not an array. 2. You can look over the variable "fieldnames" which is a list of all form fields sent. What formfields are being sent? More than one d_price?
> New to monkeying with cfscript...and must be missing the obvious today: > > This is not resolving...meaning form.d_price[i] resolves as form.d_price > rather than form.d_price1 in the first loop. > <cfscript> > for (i=1; i LTE form.clientloop; i = i +1) > line_total[i] = form.d_price[i] * form.qty[i]; > </cfscript> > > What am I forgetting? > > Regards, > > Eric J Hoffman > DataStream Connexion > www.datastreamconnexion.com > Delivering Creative Data Solutions > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

