Dictionary

Guide for the Activities under the Dictionary Category

Add To Dictionary
Description Adds a data value to a Dictionary object. Attributes Input Dictionary - The Dictionary object where the data will be added. Ke...
Tue, 21 May, 2019 at 10:11 AM
Clear Dictionary
Description Clears all the data from the specified Dictionary object. Attributes Input Dictionary - The Dictionary object whose data will be c...
Tue, 21 May, 2019 at 10:14 AM
Get From Dictionary
Description Collects a value from a dictionary. Attributes Output Result - True or False boolean result if a value was collected from a dictio...
Tue, 21 May, 2019 at 10:15 AM
Key Exists In Dictionary
Description Verifies if a key exists within a specified Dictionary object. Attributes Output Result - True or False boolean result if the spec...
Tue, 21 May, 2019 at 10:17 AM
Remove From Dictionary
Description Removes a specified key from the specified Dictionary object. Attributes Output Result - True or False boolean result if specified...
Tue, 21 May, 2019 at 10:19 AM
Value Exists In Dictionary
Description Confirms if the specified value exists within the specified Dictionary object. Attributes Output Result - True or False boolean re...
Tue, 21 May, 2019 at 10:22 AM