PyDict
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
- Using Python from Analytica
- PyList (used to create a Python list or a Python set)
- PyTuple
- PyExplode
Comments
Enable comment auto-refresher