PythonList.Create

Syntax

Create(Params: Array);

Parameters

Params. Values array, based on which a list must be created.

Description

The Create constructor creates a list based on the specified values array.

Comments

The Params array can contain simple type values, other arrays, or various objects that have Python language types. If a multidimensional array is sent, a multi-level list will be created.

Example

The example of use is given in description of IPythonList.Add, IPythonList.Item, IPythonList.SetAt.

See also:

PythonList