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