17 Jul
2003
17 Jul
'03
12:20 a.m.
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