><cfloop list="#ListLoop#" Index="Line" Delimiters="#strCR#">


><cfif ListFindNoCase(test,ListGetAt(Line,1,'|'))>

It appears to me you've got "Line" as the current item in the list you're 
looping on, but then you're trying to treat "Line" as a list itself in the 
<cfif> check.

Perhaps

><cfif ListFindNoCase(test, Line)>

is what you need? Or Is "ListLoop" a list of several lists, using different 
delimiters to keep them seperate?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137524
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to