WorkspaceDictionary()
Returns the value of the specified workspace value name of type dictionary on specified key. If workspace value or key does not exist, the specified default value is returned.
Syntax
WorkspaceDictionary(name, key, default)
- name: name of dictionary
- key: dictionary key
- default: default value
Example
WorkspaceDictionary(“Sensors”, ”SG-1”, 42)