Remove from dictionary [ ] key [ ]

Command

REMOVEFROMDICTIONARY

Image
Group Actions
Section Dictionary
Description

Removes the key, and its associated value, from the specified dictionary

Parameter 1

The name of the dictionary to be used

Parameter 2

The key to be removed. The following wild cards are supported:

  • *ABC – any key that ends with ABC
  • ABC* - any key that starts with ABC
  • *ABC* - any key action that contains ABC
  • ABC*XYZ – any key that starts with ABC and ends with XYZ