PythonScript Xojo Plugin

PythonDictionary.Int64Value Method (console safe)

Gets or sets a Int64 value with given string key.

Int64Value(
   key as String) as Int64

Int64Value(
   key as String
   assigns value as Int64)

Parameters

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

Returns

Int64

Remarks

See Also

PythonDictionary Class