Dictionary (vuo.dictionary)
Nodes for working with information that has a key-value structure, where you can use a key to look up a value.
Nodes:
- Get Items from Dictionary (vuo.dictionary.get.multiple.VuoText.VuoReal): Gets a list of keys and values from a dictionary.
- Get Items from Dictionary (vuo.dictionary.get.multiple.VuoText.VuoText): Gets a list of keys and values from a dictionary.
- Make Dictionary (vuo.dictionary.make.VuoText.VuoReal): Creates a dictionary from a list of keys and values.
- Make Dictionary (vuo.dictionary.make.VuoText.VuoText): Creates a dictionary from a list of keys and values.