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-2004 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information