Use this function to assign a value to variable.

Example:
%DefVar(MyVariable=0)
%Assign(MyVariable,10) 
At first the variable "MyVariable" is defined. Afterward the function call assigns the value 10 to variable "MyVariable".