All pages
Powered by GitBook
1 of 1

RunPythonStatement

Execute a python statement.
     statement - a statement
returns: number 0 if executed the statement, otherwise an error string
Thread-safe function.

string or long RunPythonStatement(string statement);