DictionaryItem

DictionaryItem (dictionary, string key)

Retrieves the specified item from the dictionary. Returns a string or object, depending on whether the dictionary is an objectdictionary or a stringdictionary.

Usually you will know the type of list that you’re passing in, so you should use the StringDictionaryItem, ObjectDictionaryItem or ScriptDictionaryItem functions instead.

See Using Dictionaries