Gentlemen,
Using suggestions form all who replied, I was able to get things to work and
streamline as I wanted with the following:
<@ASSIGN NAME="r_temp1" VALUE="@@domain$vCourses" SCOPE="REQUEST">
<@ROWS ARRAY="vDepartments" SCOPE="DOMAIN">
<@ASSIGN NAME="r_temp1" VALUE="<@FILTER ARRAY='vCourses' SCOPE='DOMAIN' EXPR='#3=<@COL
1>'>" SCOPE="REQUEST">
<OPTION VALUE="NOGOOD">--<@COL 2>--</OPTION>
<@ROWS ARRAY="r_temp1" SCOPE="REQUEST">
<OPTION VALUE="<@COL 1>"> <@COL
2></OPTION>
</@ROWS>
<OPTION VALUE="NOGOOD"> </OPTION>
<@ASSIGN NAME="r_temp1" VALUE="@@domain$vCourses" SCOPE="REQUEST">
</@ROWS>
The problem turned out to really be the @@ I was using in the filter tag.
Thanks for all your help.
Buddy
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf