Public Function IsDigit( _ ByVal vCharCode As Integer _ ) As Boolean
IsDigit(Asc("7")) = True IsDigit(Asc("F")) = False IsDigit(7) = FalseSee also:
IsAlNum Function IsXDigit Function CharTypeDigit PropertyvCharCode: Character whose ASCII value is checked to determine if it belongs to the numeric digit class.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.