Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Python.GetValue
Queries a variable in the Python environment.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Python | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Python.GetValue"; PythonRef; VariableName ) More
Parameters
Parameter | Description | Example |
---|---|---|
PythonRef | The Python reference number. | $python |
VariableName | The variable name. | "test" |
Result
Returns value or error.
Description
Queries a variable in the Python environment.Returns numbers as numbers and everything else as text.
You may use the variable to easily transfer huge blocks of JSON text to back from Python.
See also
Example Databases
Blog Entries
Created 23th May 2024, last changed 31st May 2024