Version: 1.0
The IsObject function determines if the expression is an automation object.
<% Set anyvariable =
Server.CreateObject("Scripting.FileSystemObject") %>
<% =IsObject(anyvariable) %>
True
<% =IsObject("This is a string, not an object.")
%>
False