Inhaltsverzeichnis

ClearVariables

Variables can only be reset using the mapping functions ClearVariable, ClearVariables(see below) or 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')