a little loop help plz

2005-10-02 Thread Tim Laureska
I've got a form that passes two variable lists: 1) Product id (could be up to 3 different product id's) 2) Quantity of product corresponding to the product name: I'm trying to insert the product ids and the product quantities into the same table. I can break down and insert one variable list

RE: a little loop help plz

2005-10-02 Thread Adrian Lynch
/ Quantity: #ListGetAt(quantities, i)# /p /cfoutput /cfloop Swap in your SQL code and away you go. Ade -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: 01 October 2005 22:43 To: CF-Talk Subject: a little loop help plz

RE: a little loop help plz

2005-10-02 Thread Tim Laureska
Thanks Adrian... I was able to use that example as a guide for what I needed. A new thing learned today! -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Sunday, October 02, 2005 4:06 AM To: CF-Talk Subject: RE: a little loop help plz If I understand correctly