--- In [email protected], "Sheri" <[EMAIL PROTECTED]> wrote: > > Hi Bruce, > > Just fyi, inconsistently I sometimes get a syntax error, to the effect > "endfor without for" when the "for" is present as a "for each line". I > can't replicate it at will. After getting the error, rerunning the > same script works fine. > > Regards, > Sheri >
Due to some design limitations inside PowerPro, I would guess this would be most likely to happen if two independents scripts say A and B with for loops are running at the same time and script A happens to be inside a for loop when it is somehow interrupted by script B, which also contains a for loop, runs. This would be most likely if script A had a wait inside a for loop, but there are likely other circumstances I have not thought of.
