Page 1 of 1

Nested File Loops - Continue is confused

Posted: Fri Sep 26, 2014 4:46 pm
by photofrog
Hi,

I may have found an issue. Please see schedule image at http://bit.ly/1vnCvjo

The Continue command appears to be continuing to the "inner" File Loop instead of the "outer" File Loop. But the "inner" loop has already been exited with a Break.

Can you verify if this is actually an issue?

Thank you.

David

Re: Nested File Loops - Continue is confused

Posted: Fri Sep 26, 2014 6:13 pm
by Oleg
This is a real bug. Thank you for the report.

Install this patch please. This have to fix the problem

Re: Nested File Loops - Continue is confused

Posted: Fri Sep 26, 2014 6:27 pm
by photofrog
It works now!

Thank you so much for the quick response.

David