Dictionary - list, item

Hello.
Can anyone advise me?
I have a dictCheckBox dictionary

How do I get to the item list individually?

Ondrej

image
Let global index be the index in the list where the required value is at.

2 Likes

Thank you very much !
Ondrej

Hello.
Can you advise me?
In the dictionary, I need to replace, for example, the value with key 2 and index 3.
How do I write it?
Ondrej

This example will replace directly within the global dictionary.
Beware, it is powerful.

Capture

2 Likes

Thank you very much !