PythonScript Xojo Plugin

PythonParameters.DictionaryValue Method (console safe)

Sets or gets Dictionary value at given index in the Parameter block. (Note this is of the type PythonDictionary)

DictionaryValue(
   index as Integer) as PythonDictionary

DictionaryValue(
   index as Integer
   assigns value as PythonDictionary)

Parameters

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

Returns

PythonDictionary

Remarks

See Also

PythonParameters Class