Skip to content
English
  • There are no suggestions because the search field is empty.

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)