Dictionary.Clone
From Xojo Documentation
Method
Performs a shallow clone of the Dictionary, resulting in a new Dictionary that can be manipulated independently of the first. A shallow clone means that if a Dictionary Value or Key refers to a class instance, its contents are not also cloned.
Sample Code
Clone a dictionary and then change the original: