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...")
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
Enable comment auto-refresher