My guess would be that the dump ends up with doubled double quotes and 
that is throwing something off

if FORM.tex = "my string"
then your dump is <cfdump var=""mystring"">

As you may know, double quotes in say form input field values can cause 
tags to break unless you wrap the value in something like 
htmlEditFormat() - so based on seeing that happen I'm assuming something 
similar is going on with your dump tag.

shot in the dark - hope it helps

Cheers

*Bryan Stevenson*B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc. - makers of FACTS^(TM)
phone: 250.480.0642
cell: 250.920.8830
e-mail: br...@electricedgesystems.com <mailto:br...@electricedgesystems.com>
web: www.electricedgesystems.com <http://www.electricedgesystems.com> 
and www.fisheryfacts.com <http://www.fisheryfacts.com>

------------------------------------------------------------------------

Please consider the environment before printing this e-mail

-----CONFIDENTIALITY------
This message, including any attachments, is confidential and may contain 
information that is privileged or exempt from disclosure. It is intended 
only for the person to whom it is addressed unless expressly authorized 
otherwise by the sender. If you are not an authorized recipient, please 
notify the sender immediately and permanently destroy all copies of this 
message and attachments.
On 13-04-30 12:44 PM, Robert Harrison wrote:
> So, I found a work around, but does anyone know why these would give me 
> different values?
>
> <cfdump var="#form.text#">                                                    
>                ... the value is &quot;mystring&quot;
> <cfoutput>#form.text#</cfoutput>                                              
>          ... the value is "mystring"
>
> Why is CFOUTPUT converting the value &quot; to "  on its own?
>
>
> Robert Harrison
> Director of Interactive Services
>
> Austin & Williams
> Advertising I Branding I Digital I Direct
> 125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
> T 631.231.6600 X 119   F 631.434.7022
> http://www.austin-williams.com
>
> Blog:      http://www.austin-williams.com/blog
> Twitter:  http://www.twitter.com/austin_
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:355634
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to