PythonScript Xojo Plugin

PythonDictionary.IntegerValue Method (console safe)

Gets or sets a Integer value with given string key.

IntegerValue(
   key as String) as Integer

IntegerValue(
   key as String
   assigns value as Integer)

Parameters

key
The key of the item to set
value (assignment parameter)
The value to set

Returns

Integer

Remarks

See Also

PythonDictionary Class