Difference between revisions of "Activity:RemoveFromDictionary (Activity)"
Line 1: | Line 1: | ||
+ | The RemoveFromDictionary activity removes an item, specified by an unique key, from a given dictionary. | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Remove from Dictionary | | title = Remove from Dictionary | ||
Line 9: | Line 12: | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
− | |||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 23: | Line 25: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
This activity removes an item, specified by its unique key, from the given dictionary. | This activity removes an item, specified by its unique key, from the given dictionary. | ||
+ | |||
+ | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
==See also== | ==See also== | ||
Line 30: | Line 34: | ||
* [[Activity:AddToDictionary_(Activity)]] | * [[Activity:AddToDictionary_(Activity)]] | ||
− | + | [[Category:Activities|RemoveFromDictionary (Activity)]] | |
− | [[Category:Activities]] | + |
Latest revision as of 10:04, 4 November 2015
The RemoveFromDictionary activity removes an item, specified by an unique key, from a given dictionary.