Re: My "from PACKAGE import *" (Python) simulation project (reflection)
Posted: Wed Sep 17, 2025 9:08 pm
I think I have found the reason why the second program does not run. If the literal string parameter of the second L_ PROCedure has the same length as the first, the second label (L_'...') will not be found. It's unfortunately not a wrong loop counter, even if the first char differs, the second label with the same length is not found :-( Must check this in Monitor (debugger) what's going wrong.