On Thu, 27 Dec 2001 23:18:26 +0100, in cf-talk you wrote:

>I have developed a solution to generate complete cfscript blocks from
>advanced data structures in memory.  It is based on the cf_objectdump 
code.

OOC, why would you want to do that at all? Wouldn't it be simpler to
just do something like this:

<!--- SAVE ARRAY --->
<cfwddx action="CFML2WDDX" input="#atest#" output="temp">
<cffile action="write" file="myfile.xml" output="#temp#">

<!--- LOAD ARRAY --->
<cffile action="read" file="myfile.xml" variable="temp">
<cfwddx action="WDDX2CFML" input="#temp#" output="atest">

That would seem to get the job done with a minimum of fuss.

--
______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to