Ed Wong wrote:

><tr bgcolor="#IIF(variables.thisRowNumber MOD 
>2,DE('#CCCCCC'),DE('#ABABAB'))#"> 
>
>Is this specific to certain version of CF? I'm using CF5. It doesn't like the 
>single quotes?
>
>  
>
Nope - Possibly you need to double up those #'s for the colour codes.

><cfloop index="thiscol" list="#listrow#" delimiters="#chr(10)#,#chr(9)#,' 
>','=',';'">
>
Incidently, your row delimiters are LF, TAB, comma, single quotes, 
equals symbol, and semi-colon.

The quotes are included as part of the delimiter.  Each delimiter may 
only be one character and multiple characters in the delimiter parameter 
are considered as individual delimiters. (hmm clear as mud)
http://livedocs.macromedia.com/coldfusion/5.0/CFML_Reference/Tags63.htm#1101165

Also, you cannot have LF as a delimiter in your inner loop, as it will 
mess up your outer loop.

Hope that helps

Stephen


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:15:929
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to