RE: recursive includes

2006-05-17 Thread Ben Nadel
PROTECTED] Sent: Tuesday, May 16, 2006 6:40 PM To: CF-Talk Subject: RE: recursive includes You probably want to use the StructDelete function. -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 2:31 PM I'm wanted to write a small utility

RE: recursive includes

2006-05-17 Thread Turetsky, Seth
:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 6:40 PM To: CF-Talk Subject: RE: recursive includes You probably want to use the StructDelete function. -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 2:31 PM I'm wanted to write a small

RE: recursive includes

2006-05-17 Thread Ben Nadel
To: CF-Talk Subject: RE: recursive includes I did try and it does include them, but it seems to collect the variables, so the last include has all the variables of all the previous includes. I thought about the cfhttp, but not everyone has access to everyone's apps, so without changing each

RE: recursive includes

2006-05-17 Thread Turetsky, Seth
Hmm didn't work, same thing. I will play with it more when I get a chance and see what happens. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 11:16 AM To: CF-Talk Subject: RE: recursive includes Maybe you could try something like

recursive includes

2006-05-16 Thread Turetsky, Seth
I'm wanted to write a small utility to manage our applications here, just to display all of the variables used in the application.cfm's. Sounded easy, I'm using cfdirectory and including each application.cfm and just dumping the variables. Problem is that by the last application, it is all

RE: recursive includes

2006-05-16 Thread Ian Skinner
Is there a way to clear out the variables before displaying the next? Thanks, Seth I would think so, but a clearer example of your code would be helpful to say exactly how. But I suspect you are doing some kind of loop somewhere. An appropriate line to clear the collected data at the correct

RE: recursive includes

2006-05-16 Thread Munson, Jacob
You probably want to use the StructDelete function. -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 2:31 PM I'm wanted to write a small utility to manage our applications here, just to display all of the variables used in the