>
> <CFLOOP INDEX=i LIST="#ArrayLen(arPages)#">
> <cfset noDupList = "">
> <cfif not listFindNoCase(i, duplist)>
> <option value="#sValNoComma#">Seq:
> #sValNoComma# Folio: #sDisp##spacer1#</option>
> <cfset noDupList = listAppend(noDupList,i)>
> </cfif>
> </CFLOOP>
The LIST attribute loops over a delimited list, ArrayLen returns one
number, so you're looping over one item
If you're going to loop over an Array, you have to use FROM and TO
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

