Thanks for the reply! How would that translate to outputting to a file? I have tried that, but end up with only one line in the document because it out puts the last loop. Is my cf file in the wrong place? I hate to put it within the loop becaise it appears to be an inefficient way to do this. Anyone?
><cfset str = "Start of the string, "> ><cfset str = str & " middle bit,"> ><cfset str = str & " end bit."> > ><cfoutput>#str#</cfoutput> > >Is that ok? > >Ade ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:694 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
