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

RE: recursive includes

2006-05-17 Thread Ben Nadel
- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 7:46 AM To: CF-Talk Subject: RE: recursive includes Have you actually tried to include several different application files in one request??? I have not tried it. Part of me things that it wouldn't be a problem as th

RE: recursive includes

2006-05-17 Thread Turetsky, Seth
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 7:46 AM To: CF-Talk Subject: RE: recursive includes Have you actually tried to include several different application files in one request??? I have not tried it. Part of me things that it wouldn't be a problem as they are all diff

RE: recursive includes

2006-05-17 Thread Ben Nadel
-- From: Munson, Jacob [mailto:[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

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

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