Font-size: A A A
Version: 1.0
The IsEmpty function returns True when passed a Variant that has been declared but not initialized. It returns False in all other cases.
<% =IsEmpty(notbeen) %>
True
<% =IsEmpty("This is a string.") %>
False