PyExec
new to Analytica 7.0
PyExec(code, globals, locals, flags, dependsOn )
Executes python code. If the last thing executed defines a function or class, or imports a module, then it returns the function, class or module. For other expressions, there is no return value. For the result, use PyEval.
See also
Comments
Enable comment auto-refresher