maybe cfsavecontent? -- jon mailto:[EMAIL PROTECTED]
Monday, June 23, 2003, 2:48:12 PM, you wrote: j> Having trouble here. I am writing the contents of and array out like so j> <cfoutput><a j> href="#myItems[i].link.xmltext#">#myItems[i].title.xmltext#</a><br> j> #myItems[i].description.xmltext#</cfoutput><hr> j> </cfloop> j> After it is looped through and displayed I want to write this to a text j> file. So right after the above code I did j> <cffile j> action = "write" j> file = "c:\inetpub\wwwroot\feedoutput.txt" j> output = "" j> addNewLine = "No"> j> Problem I am having is how do I get the looped through content into the j> output = "". There must be a easy way. I can't seem to get a large j> <cfset mycontent = "<cfoutput><a j> href="#myItems[i].link.xmltext#">#myItems[i].title.xmltext#</a><br> j> #myItems[i].description.xmltext#</cfoutput><hr> j> </cfloop>"> to work. j> jeremy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

