>you do the next one, check that it's not in the list
Jumping in here so ignore if this does help you....
<cfset noDupsList = "">
<cfloop list="dupsList" index="anything">
<cfif not listFindNoCase(noDupsList, anything)>
<cfset noDupsList = listAppend(noDupsList,anything)>
</cfif>
</cfloop>
--
dc
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

