Hi,

I would as I create a dynamic "select " statement, i would like to see if the option value is IN an array. or if the array contains the field as I loop through. 


I have tried:

<@if expr="<@var name="array2"> contains @@list[<@currow>, 1]"> 
do nothing
<@else>
<option value="@@list[<@currow>, 1]">@@list[<@currow>, 1]</option>
</@if> 

No Joy.

Can someone tell me what I am doing wrong? 

Thanks for the help

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to