Use this function to add a element to a existing list. Thereby the value of the element is not processed when adding element to list. The funcion demands the following parameters:
%List.Add(ListName,ElementValue)
The parameter ListName is the name of a previously defined list.

Example:
%List.Add(MyList,'MyElement')