Dictionary Class The(Collection)
Defines the structure of an object that represents a collection of key/value pairs that let you save values for use by a single EasyLanguage analysis techniques or strategy. See GlobalDictionary for a similar collection that allows values to be shared between analysis techniques and windows.
Elements are added to the dictionary using the Add(sKey, oValue) method where sKey is string containing the key name and oValue is the value to be stored.
Elements (key and value) are removed from the dictionary using the Remove(sKey) method. The Contains(sKey) method is used to determine if an element key exists in the dictionary .
Namespace: elsystem.collections