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

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