PythonScript Xojo Plugin

PythonDictionary.GetValue Method (console safe)

Gets value by given string key from the dictionary

GetValue(
   key as String) as PythonEntity

Parameters

key
The key of the item to get.

Returns

PythonEntity
The found value or nil if value with the given key did not exist.

Remarks

See Also

PythonDictionary Class