PythonScript Xojo Plugin

PythonParameters.ListValue Method (console safe)

Sets or gets List value at given index in the Parameter block.

ListValue(
   index as Integer) as PythonList

ListValue(
   index as Integer
   assigns value as PythonList)

Parameters

index
Index of the parameter (zero based where first parameter is number zero)a
value (assignment parameter)
The value to set

Returns

PythonList

Remarks

See Also

PythonParameters Class