Skip to main content
January 23, 2010
Answered

CFUMP to Text

  • January 23, 2010
  • 1 reply
  • 500 views

Hi. I need to get a cfdump to a formatted string. I am using <cfdump format="text"....> but no matter what, it says it cannot be converted from a complex to simple object. How can I get it into a string I can store in the DB?

Thanks!

    This topic has been closed for replies.
    Correct answer Adam Cameron.

    You could wrap it in a <cfsavecontent>..?

    --

    Adam

    1 reply

    Adam Cameron.Correct answer
    Inspiring
    January 23, 2010

    You could wrap it in a <cfsavecontent>..?

    --

    Adam

    January 23, 2010

    Thank you! :-D