All Functions
IsDate Function
IsEmpty Function
IsNull Function
IsNumeric Function
IsObject Function
VarType Function
FUNCTION: IsArray( )
Implemented in version 1.0
IsArray
(Expression)
The
IsArray
function determines if the expression is an array.
Code:
<% Dim myarray(10) %>
<% =IsArray(myarray) %>
Output:
True
Code:
<% =IsArray("This is a string.") %>
Output:
False
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information