| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Python.DeleteValue
Deletes a variable in the Python environment.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Python | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Python.DeleteValue"; PythonRef; VariableName ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| PythonRef | The Python reference number. | $python |
| VariableName | The variable name. | "test" |
Result
Returns OK or error.
Description
Deletes a variable in the Python environment.Examples
Delete a variable:
Set Variable [ $r ; Value: MBS("Python.DeleteValue"; $p; "Hello") ]
See also
Example Databases
This function is free to use.
Created 23th May 2024, last changed 31st May 2024