> Does anyone have resources on how to take the information from a cfdump
> output and either convert it to an array or save it to a text file. I am
> looking for a way to have that information emailed to me when one of my
> applications throws an error.
hard to read in plain text but
<cfsavecontent variable="myvar">
<cfdump var="#dasvar#">
</cfsavecontent>
then
<cfmail ... #myvar#
or
<cffile ... #myvar#
--
Rob <[EMAIL PROTECTED]>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

