The Set statement assigns the object reference to a variable or property. (i.e., create an instance of a specific object)
The keyword Nothing is used to unassign the object reference from the variable or property.
Code: <% Set anyvariable = Server.CreateObject("Scripting.FileSystemObject") %> <% Set anyvariable = Nothing %>
<% Set anyvariable = Nothing %>