RE: CF tags in CFFILE write

2008-06-25 Thread Brad Wood
Whoa, I think it's time for a coffee break... :) -Original Message- From: Rick Sanders [mailto:[EMAIL PROTECTED] Been looking at this code for 9 hours straight now. ~| Adobe® ColdFusion® 8 software 8 is the most impor

RE: CF tags in CFFILE write

2008-06-25 Thread Rick Sanders
Thanks Brad, I should have known that, and I should have looked harder. Been looking at this code for 9 hours straight now. Thanks again. Rick -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: June-25-08 3:20 PM To: CF-Talk Subject: RE: CF tags in CFFILE write You&#x

RE: CF tags in CFFILE write

2008-06-25 Thread Brad Wood
You'll notice my example also has cfoutput tags wrapped around it. Does yours? ~Brad -Original Message- From: Rick Sanders [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 1:07 PM To: CF-Talk Subject: RE: CF tags in CFFILE write Hey Brad, Thanks for the tip but I tried

RE: CF tags in CFFILE write

2008-06-25 Thread Rick Sanders
Hey Brad, Thanks for the tip but I tried that already. It just outputs [#Loop#] in the file I'm writing. I am in a block btw. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: June-25-08 3:02 PM To: CF-Talk Subject: RE: CF tags in CFFILE write In ColdFusion, you

RE: CF tags in CFFILE write

2008-06-25 Thread Brad Wood
In ColdFusion, you need to wrap a variable in pound signs (#) for its value to be output. var lat[#Loop#] = {latitude}; -Original Message- From: Rick Sanders [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 12:55 PM To: CF-Talk Subject: RE: CF tags in CFFILE write Well

RE: CF tags in CFFILE write

2008-06-25 Thread Rick Sanders
ECTED] Sent: June-24-08 10:05 PM To: CF-Talk Subject: Re: CF tags in CFFILE write Build the output using cfsavecontent and write the result using the cffile tag. On Wed, Jun 25, 2008 at 8:37 AM, Rick Sanders <[EMAIL PROTECTED]> wrote: > Hey everyone, > > > > I need to dynamical

RE: CF tags in CFFILE write

2008-06-24 Thread Rick Sanders
Hey James, Thanks for the tip! I'll give it a shot! Rick -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: June-24-08 10:05 PM To: CF-Talk Subject: Re: CF tags in CFFILE write Build the output using cfsavecontent and write the result using the cffile tag. O

Re: CF tags in CFFILE write

2008-06-24 Thread James Holmes
Build the output using cfsavecontent and write the result using the cffile tag. On Wed, Jun 25, 2008 at 8:37 AM, Rick Sanders <[EMAIL PROTECTED]> wrote: > Hey everyone, > > > > I need to dynamically write a javascript file from Cold fusion. However, it > keeps giving me errors. Is there a way to w