My "from PACKAGE import *" (Python) simulation project (reflection)

Anything QL Software or Programming Related.
User avatar
ql_freak
Super Gold Card
Posts: 609
Joined: Sun Jan 18, 2015 1:29 am

Re: My "from PACKAGE import *" (Python) simulation project (reflection)

Post by ql_freak »

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 :-)
Post Reply