PyTuple
Revision as of 15:41, 20 August 2025 by Lchrisman (talk | contribs) (Created page with "category:Python integration ''new to Analytica 7.0'' == PyTuple( x'', I'' ) == Creates a Python tuple. Use <code>PyTuple(x)</code> when «x» is an Analytica list (h...")
new to Analytica 7.0
PyTuple( x, I )
Creates a Python tuple. Use PyTuple(x) when «x» is an Analytica list (has an implicit dimension), or PyTuple( x, I ) when «x» is an array, where «I» specifies the index to assemble the list over.
See also
Comments
Enable comment auto-refresher