Use this function to remove one or more variables from memory.
Example:
%CleanUp.Free(My*Variable)
The smybol
* is the equivalent for any string.
This function call removes all variables from memory containing the word
My and
Variable in their title. Variables like
My_Variable or
MyShortVariable are removed from memory with this command.