03-18-2021, 08:02 PM
Probably not bug and probably intended but I just ask just to be sure.
If I have a for loop with an goto, if I skip (goto) at the end to part which has no code, the iteration cycle halts/stops.
But if I skip to a final part which still has code then the loop continues.
Sorry diffucult to explain:
case 1: Run below code and only 1 iteration is executed.
case 2: Enable last commented line and now code iterates 10 times.
(note, the c0 is within the loop so I assume the loop should continue...?)
Macro Macro10
If I have a for loop with an goto, if I skip (goto) at the end to part which has no code, the iteration cycle halts/stops.
But if I skip to a final part which still has code then the loop continues.
Sorry diffucult to explain:
case 1: Run below code and only 1 iteration is executed.
case 2: Enable last commented line and now code iterates 10 times.
(note, the c0 is within the loop so I assume the loop should continue...?)
Macro Macro10