PyDict

Revision as of 15:08, 20 August 2025 by Lchrisman (talk | contribs) (Created page with "category:Python integration ''new to Analytica 7.0'' == PyDict( x'', I'' ) == Creates a Python dict from a 1-D Analytica array. Use <code>PyDict( x, I )</code> where...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

new to Analytica 7.0

PyDict( x, I )

Creates a Python dict from a 1-D Analytica array. Use PyDict( x, I ) where index I contains the key values and x, which is indexed by I, contains the corresponding values.

See also

Comments


You are not allowed to post comments.