Executes a Python script entered as a string.
| Number | Type | Compulsory | Default | Description |
| 1 | String | Yes | Python code as string | |
| 2 | String array | No | Empty | Scrpt arguments |
Python code as string
Script arguments which can be retrieved in the Python code using system variable sys.argv[]
Return type: Boolean
True if script executed successfully, otherwise false
| ▲Function Summary▲ | ||
| ◄ PythonExecFile | PythonIsModified ▶ | |