Hunsaker, Michael Scott wrote: > I can make it work but I would have a long line of code! Any ideas how to > get around this? > The way of concatenting multiple lines of code in CFML is just to write them that way. White space is unimportant in CFML, one of the things it inherits from its tag based heritage.
<cfset thisLine = "is perfectly legal"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320838 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

