ISDIGIT( ) Function
Determines whether the leftmost character of the specified character expression is a digit (0 through 9).
ISDIGIT(cExpression) |
Parameters
- cExpression
-
Specifies the character expression that ISDIGIT( ) tests. Any characters after the first character in cExpression are ignored.
Return Value
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic