Re: Creating CF Code

2007-05-10 Thread Richard Cooper
Thanks, R ~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/mes

Re: Creating CF Code

2007-05-09 Thread Aaron Roberson
Here is one take on it: http://coldfusion.sys-con.com/read/172572.htm Here is another: http://www.remotesynthesis.com/blog/index.cfm/2005/12/16/Create-Your-Own-Code-Generator watch the wrapping on that second link. -Aaron ~| Ma

Re: Creating CF Code

2007-05-09 Thread Barney Boisvert
If you can write a template file and then do variable substitution, that'll probably be easier, since you won't have to escape all the CFML markup. Otherwise, you've pretty much got it. cheers, barneyb On 5/9/07, Richard Cooper <[EMAIL PROTECTED]> wrote: > Hi all, > > I'd like to create some CF

Creating CF Code

2007-05-09 Thread Richard Cooper
Hi all, I'd like to create some CF code dynamically and then writting it to file. I was thinking of doing something like this: #chr(60)#cfinvoke component="/cfcfolder/_cfc-tracker" method="getTracker" returnvariable="getTracker"#chr(62)#