ok
i have a issue with Contains.
and am not sure how to resolve it...

in a cfoutput loop i am looking at a list of id's like "5,31"
if the id is 5 or 31 it bolds some thing i was doing that by.

<cfif  ascList contains "#aId#"><strong>#aId#</strong><cfelse>#aId#</cfif>

this was fine at first.
but now i am noticing 1,3,5,31 getting bolded.
not just 5 & 31...

how the heck do i doan IS or EQ but kinda like a contains?
i am pretty sure i would have to loop through the list and find the value.
but am not suire how to write it..

does this make sense?
thanks a bunch
-paul


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304892
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