Rogerio_Rios
(Professional Support)
August 10, 2021, 5:34pm
4
0 — Basics
0.1 — What Is Dictionary
Dictionary is object structured like JSON, which is a standard to store dictionaries as text. It is a way to store information in an organized, easy-to-access manner. It stores a collection of pairs that consists of a key and the corresponding value. The key is a reference to the value, kind of like a variable where the variable name acts as a reference.
Dictionary in Kodular is a built-in block.
[image]
Object uses { bracket at the start, } at the end.
A…
From This Guide:
“It return a list of all keys in the dictionary. Note that it only give you the first layer of keys. That’s mean, the dictionary inside the dictionary will not be counted in the list.”
Key Block : return list (13345678900).
Select List item Index 1 block.