PythonScript Xojo Plugin

PythonDictionary.BooleanValue Method (console safe)

Gets or sets a Boolean value with given string key.

BooleanValue(
   key as String) as Boolean

BooleanValue(
   key as String
   assigns value as Boolean)

Parameters

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

Returns

Boolean

Remarks

See Also

PythonDictionary Class