PyList
new to Analytica 7.0
PyList( x, I, toSet )
Creates a Python list or a Python set.
Use PyList(x) when «x» is an Analytica list (has an implicit dimension), or PyList( x, I ) when «x» is an array, where «I» specifies the index to assemble the list over.
PyList( x, toSet:True ) or PyList( x, I, toSet:True ) creates a python set from the unique elements is «x».
See also
Comments
Enable comment auto-refresher