Action group: Collections Subgroup: Dictionaries
The action adds the key-value pair defined by the "Key" and "Value" parameters to the dictionary.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Dictionary | The dictionary to which the object will be added | Robin.Dictionary | Yes | |
Key | The key of the added object | Robin.String | Yes | |
Value | The object to be added to the dictionary as a values | Robin.Object | Yes |
If nothing is specified in the Value parameter, a pair will be created with an empty value for the specified key.
There is a variable "Dictionary" with two keys. With values 1 - Moscow, 2 - Tokyo. It is necessary to add key 3 with the value Madrid to this dictionary, output the added value in the dialog box.
Use the "Add pair" action , "Get values", "Get value by index", "Show message".
The scheme looks as follows:
Key 3 with the value Madrid is added to the dictionary. The added value is displayed in the dialog box.