====== ClearAllVariables ======
Variables can only be reset using the mapping functions [[en:transformation:mappings:variablen:clearvariable|]], [[en:transformation:mappings:variablen:clearvariables|]] or ClearAllVariables(see below) , since a rule with an empty string is not executed!
==== Syntax ====
ClearAllVariables (['ExlcudeVariablenName1, ExlcudeVariablenName2'])
==== Samples ====
Resets all variables:
ClearAllVariables()
Resets all variables except variables named HeaderGln and HeaderSupplier:
ClearAllVariables ('HeaderGln, HeaderSupplier')