On Fri, 21 May 2004 14:26:19 +0100, [EMAIL PROTECTED] wrote:
>Oops as Philip said it would need to be
>
><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]

