<cfset noDupList = "">
<CFLOOP from="1" to="#ArrayLen(arPages)#" index="i">
<cfset sValNoComma = arPages[i]>
<cfif not listFindNoCase(noDupList, sValNoComma)>
<cfset noDupList = listAppend(noDupList,sValNoComma)>
<option value="#sValNoComma#">Seq:
#sValNoComma# Folio: #sDisp##spacer1#</option>
</cfif>
</CFLOOP>
was more concerned with what was going on in the loop rats :-)
--
dc
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

