Post Reply 
Python, how to export variable?
10-19-2023, 07:46 AM
Post: #4
RE: Python, how to export variable?
(10-17-2023 10:01 PM)ab3ap Wrote:  Many thanks, Günter. I don't see export() calls in your programs, or I would happily steal your technique. :-) The eval() I showed executes without error, but seems does not export the variable. Either I'm looking in the wrong place (possible!) or it exists only in scope of that call and is out of scope afterward. To be generally useful, program calculations need to be exportable to stack or variable. All other eval() calls work fine in my code, but no luck yet exporting for use outside python programs. I think there must be a way.

Mike Markowski
There isn't such thing like export. Briefly only as I'm traveling right now. Look at the end of main.py in L- system. Watch out for "AVars".
Günter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Python, how to export variable? - ab3ap - 10-16-2023, 08:05 PM
RE: Python, how to export variable? - Guenter Schink - 10-19-2023 07:46 AM



User(s) browsing this thread: