PyExplode
new to Analytica 7.0
PyExplode( obj, indexes, excludeTypes, keyIndexName )
Expands a Python object into an Analytica data structure, if possible. Only one level is exploded, so for example, if you explode a Dict of Tuples, the result is an Analytica array with one cell per Dict entry, but the elements are still Python tuple objects.
See also
Comments
Loading comments...