Dictionary
Guide for the Activities under the Dictionary Category
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
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
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
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
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
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