LOTUSSCRIPT LANGUAGE
Tests the value of an expression to determine whether it is numeric, or can be converted to a numeric value.
Syntax
IsNumeric ( expr )
Elements
expr
The IsNumeric function returns TRUE (-1) if the value of expr is a numeric value or can be converted to a numeric value. The following values are numeric:
A common use of IsNumeric is to determine whether a Variant expression has a numeric value.
Language cross-reference
@IsNumber
Example See Also