PyExec

Revision as of 15:14, 20 August 2025 by Lchrisman (talk | contribs) (Created page with "category:Python integration ''new to Analytica 7.0'' == PyExec(code'', globals, locals, flags, dependsOn'' ) == Executes python code. If the last thing executed defi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
Loading comments...