Crazy, right? I'm just learning about dictionaries and have read that this is possible, but don't know how to pull it off.
I have two dictionary objects populated with various keys and items - Dict1 and Dict 2. I've read that the items of a dictionary object can be quite varied, even another dictionary! I know how to add items to keys if those items are strings say, but could anyone tell me how to add an entire dictionary (Dict2) as the items of another dictionary (Dict1)?
Thanks,
Pip
I have two dictionary objects populated with various keys and items - Dict1 and Dict 2. I've read that the items of a dictionary object can be quite varied, even another dictionary! I know how to add items to keys if those items are strings say, but could anyone tell me how to add an entire dictionary (Dict2) as the items of another dictionary (Dict1)?
Thanks,
Pip