Post Reply 
Python, how to export variable?
10-20-2023, 09:13 PM
Post: #6
RE: Python, how to export variable?
(10-19-2023 12:37 PM)ab3ap Wrote:  Thank you, Günter! I haven't yet read details of creating an app but seems the time has come. Till now, I've simply created .py files and put them in Programs folder.

Mike

To keep this thread up to date, I also corrected my previous PPL code:

Code:
cmd='export X; X:=%s' % n
hpprime.eval(cmd)

and still no luck with that approach. Now, to read up on apps...

Of course no luck. Once again: "That means, the string you hand over to PPL must be something intelligible for PPL."
Type that string into the PPL command line and see yourself.
BTW, as hpprime.eval() is a function, it always returns something.

Günter, still not at home
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-20-2023 09:13 PM



User(s) browsing this thread: 1 Guest(s)