My "from PACKAGE import *" (Python) simulation project (reflection)
Re: My "from PACKAGE import *" (Python) simulation project (reflection)
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.
http://peter-sulzer.bplaced.net
GERMAN! QL-Download page also available in English: GETLINE$() function, UNIX-like "ls" command, improved DIY-Toolkit function EDLINE$ - All with source. AND a good Python 3 Tutorial (German) for Win/UNIX
GERMAN! QL-Download page also available in English: GETLINE$() function, UNIX-like "ls" command, improved DIY-Toolkit function EDLINE$ - All with source. AND a good Python 3 Tutorial (German) for Win/UNIX
