Use this function to add a element to list. Thereby the value of the element is first processed and afterwards the element is added to list. The function demands the following parameters:
%List.AddConst(ListName,ElementValue)
The parameter ListName is the name of a previously defined list.

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