Hello again :list. Please ignore my previous email, I just realised how flawed my logic was. Better go back to the drawing board first. Sorry to be a bother. Julian ----- Original Message ----- From: "Julian Clark" <julcla@b-online.com.au> To: "zope" <zope@zope.org> Sent: Thursday, July 17, 2003 8:20 AM Subject: Handling of Multiple :list's Hello List, or should I say Hallo :List =) I'm trying to work out how to do, or even if it is possible, to handle two :lists within nested in statements... How would I make this reference the correct lists. <!--#in amountlist --> <!--#in marketinglist --> <dtml-call "REQUEST.set('amount',_['sequence-item'])"> // using amount list <dtml-call "REQUEST.set('dealer_no',_['sequence-item'])"> // using marketing list <!--#call amend_holding_table --> <!--#/in --> <!--#/in --> Thanks Julian Clark