| Python3Script Xojo Plugin |
|
Python3Parameters.ListValue Method (console safe)
Sets or gets List value at given index in the Parameter block.

ListValue(
index
as Integer)
as Python3List
ListValue(
index
as Integer
assigns value
as Python3List)
Parameters
- index
- Index of the parameter (zero based where first parameter is number zero)
- value (assignment parameter)
- The value to set
Returns
- Python3List
Remarks
See Also
Python3Parameters Class