|
|
|
|
|
| | |
VBscript Built-in Functions
Back to Function List
|
IsNumeric
Gives a Boolean value specifying whether an expression can be evaluated as a number
IsNumeric(expression)
The expression argument can be any expression.
IsNumeric returns True if the entire expression is recognized as a number; otherwise, it returns False. IsNumeric returns False if expression is a date expression.
|
|
|
|
|
|
|
|
|
|
|