====== ClearVariables ====== Variables can only be reset using the mapping functions [[en:transformation:mappings:variablen:clearvariable|]], ClearVariables(see below) or [[en:transformation:mappings:variablen:clearallvariables|]], since a rule with an empty string is not executed! ==== Syntax ==== ClearVariables('VariableName1, VariableName2, VariableName3') ==== Sample ==== Resets variables MyVar, Counter and Test: ClearVariable('MyVar, Counter, Test')