That gives me an idea about what might be going on.
I'll check into that tomorrow and let you know what
I find.

Thanks!

Rick

-----Original Message-----
From: Bobby [mailto:bo...@acoderslife.com] 
Sent: Wednesday, March 13, 2013 10:57 PM
To: cf-talk
Subject: Re: Why is this happening??????


That is the equivalent of what you would see if you ran that variable
through jsStringFormat() somewhere.

I'd run a quick search for that. I'd start in the app.cfc with that search
to make sure you don't have a routine somewhere that "cleans' your
variables for you.


On 3/13/13 8:23 PM, "Rick Faircloth" <r...@whitestonemedia.com> 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:355003
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to