FUNCTION: IsNull( )
Implemented in version 1.0
IsNull(Expression)
The IsNull function determines if the expression is Null.
Code:
<% nothere = null %>
<% =IsNull(nothere) %>
Output:
True
Code:
<% =IsNull("This is a string.") %>
Output:
False
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information
|