Public Function IsAlpha( _
ByVal vCharCode As Integer _
) As Boolean IsAlpha(Asc("A")) = True
IsAlpha(Asc("5")) = False
IsAlpha(Asc("#")) = FalseSee also: IsAlNum Function
IsLower Function
IsUpper Function
CharTypeAlpha PropertyvCharCode: Character whose ASCII value is checked to determine if it belongs to the alphabetic class. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.