PythonScript Xojo Plugin

PythonDictionary.StringValue Method (console safe)

Gets or sets a String value with given string key.

StringValue(
   key as String) as String

StringValue(
   key as String
   assigns value as String)

Parameters

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

Returns

String

Remarks

See Also

PythonDictionary Class