><cfloop index = "VotedElement" list = "#FORM.vote#">
>     <cfset position = ListFind( FORM.allidslist, VotedElement )>
>     <cfif position>
>          <cfset  FORM.allidslist =  ListDeleteAt(FORM.allidslist,
>position)>
>     </cfif>
></cfloop>


Here's what I have and what I get ... I've spent way too much time on this and 
it's driving me CRAZY!

<cfloop index = "VotedElement" list = "#FORM.vote#">
     <cfset position = ListFind(FORM.allidslist, VotedElement )>
     <cfif position>
          <cfset  FORM.allidslist_new =  ListDeleteAt(FORM.allidslist,position)>
     </cfif>
</cfloop>

#FORM.vote# = 8,9,12 
FORM.allidslist = 8,9,12,13,14,15,16,17,18,19,20,21,22,23,24
FORM.allidslist_new = ,9,13,14,15,16,17,18,19,20,21,22,23,24


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283095
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to