FUNCTION:  IsObject( )

Implemented in version 1.0
 
IsObject(Expression)
 
The IsObject function determines if the expression is an automation object.
 
Code:
<% Set anyvariable = Server.CreateObject("Scripting.FileSystemObject") %>
<% =IsObject(anyvariable) %>

 
Output:
True
 
Code:
<% =IsObject("This is a string, not an object.") %>
 
Output:
False


Copyright 1999-2004 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information