View Single Post
  #1  
Old 06-02-2011, 01:03 PM
joe12 joe12 is online now
Registered User
 
Join Date: 05-26-2011
Posts: 8
Loop Action - Nested Loops

It says in the Help: A Loop action cannot be nested within another Loop action.

I have a Loop Action that iterates over an ADO record set and calls a subroutine within the loop block. In that subroutine I have another Loop Action which also loops over another ADO record set.
Nesting seems to work ok using the subroutine mechanism of nested loops.


Why does it work using the subroutine but the help says nesting is not allowed?

What is the best way to handle nesting of loop actions and why are there restrictions on nesting of loops?
Reply With Quote