Post #3712: I should’ve described my problem in more detail, I’m talking about this:
📋 Metadata
- Author: Motiomancer
- Date: 2020-12-22 15:56:30
- Type:
question - Quality Score: 5/10
- Reply to: post_03711
🏷️ Tags
python-scripting intermediate unsolved
⚙️ Related PME Features
- Python Scripting
💬 Content
I should’ve described my problem in more detail, I’m talking about this:
roaoao:
What’s New:
- New global variable for scripts to store user data:
U.foo = "value"orU.update(foo="value1", bar="value2")
U.fooorU.get("foo", "default_value")
The only way I know to access the variable created by U.foo is calling it from inside pme, I tried to call it from console and had no luck