PyEval

Revision as of 15:12, 20 August 2025 by Lchrisman (talk | contribs) (Created page with "category:Python integration ''new to Analytica 7.0'' == PyEval( expr'', globals, locals, excludeTypes'' ) == Evaluates a python expression (without side-effects). Re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

new to Analytica 7.0

PyEval( expr, globals, locals, excludeTypes )

Evaluates a python expression (without side-effects). Returns the result. Analytica locals are in scope for the python code.

See also

Comments


You are not allowed to post comments.