IsDigit
Previous Top Next

Returns true if the first character in the string is a digit.
Syntax: IsDigit (String)
Example:
If IsDigit (StrAt (TextBox1.Text,2)) = True Then ...
It will be true if the third character is a digit.