Nested Loop limit?

2001-03-06 Thread Kevin Gilchrist
Hi All, I've just added some code to my current project that has three-deep nested loops but the third loop doesn't seem to be processed by CF. Is there a limit as to how many loops you can nest within each other? I've been tracing through the code with the debugger and I'm pretty sure it

RE: Nested Loop limit?

2001-03-06 Thread Kevin Gilchrist
To: CF-Talk Subject: Nested Loop limit? Hi All, I've just added some code to my current project that has three-deep nested loops but the third loop doesn't seem to be processed by CF. Is there a limit as to how many loops you can nest within each other? I've been tracing through the code

RE: Nested Loop limit?

2001-03-06 Thread Bryan Love
... Bryan Love ACP [EMAIL PROTECTED] -Original Message- From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 2:52 PM To: CF-Talk Subject: Nested Loop limit? Hi All, I've just added some