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

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