====== ClearDictVariables ====== ClearDictVariables is used to clear variables set with [[en:transformation:mappings:variablen:setdictvariable|]]. The parameters are optional ==== Syntax ==== ClearDictVariables('VariablenName', 'Key') ==== Beispiel ==== ClearDictVariables('MyVar', 'key1') Removes the value stored under **key1** from the **MyVar** variable. ClearDictVariables('MyVar') Removes all values stored under the variable name **MyVar**.