PyList

Revision as of 15:39, 20 August 2025 by Lchrisman (talk | contribs) (Created page with "category:Python integration ''new to Analytica 7.0'' == PyList( x'', I, toSet'' ) == Creates a Python list or a Python set. Use <code>PyList(x)</code> when «x» i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 <code.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


You are not allowed to post comments.