I didn't see in the thread and you state the structure is the return value. How are you accessing the results from news.cfc? Anything like...
Http://localhost/news.cfc?method=foo&returnformat=json What happens if you cflog the variable right before the return? Byron Mann Lead Engineer & Architect HostMySite.com On Mar 13, 2013 9:25 PM, "Rick Faircloth" <[email protected]> wrote: > > This has been driving me crazy for two days and I GIVE UP! AHH! > > > If I create this variable in application.cfc: > > <cfset application.temp_images_directory = 'e:\inetpub\webroot\tempImages' > /> > > > and use it in news.cfc like this: > > <cfset saveNewsItemStruct = structNew()> > > <cfset saveNewsItemStruct.ATID = '#application.temp_images_directory#' /> > > > why in the WORLD would I get this: > > e:\\inetpub\\webroot\\tempImages > > > when I return the struct and display saveNewsItemsStruct.ATID????? > > Why are the path lines doubling? > > > I don't think I've seen this in 15 years of CF programming! > > (I'm getting too old for all this aggravation...) > > Thanks for any help! > > Rick > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355022 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

