Dictionary
key-value pairs
equivalent to a Scripting.Dictionary in VBA
key value pairs
person1 = {"name":"Simon", "age":10}
print person1["name"]
_var = {"name" ; "John", "age" : 30}
print(type(_var)) # dict
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopNext