Public Function IsLower( _
ByVal vCharCode As Integer _
) As Boolean IsLower(Asc("c")) = True
IsLower(Asc("C")) = False
IsLower(Asc("2")) = FalseSee also: IsUpper Function
IsAlpha Function
IsNotLowerCase Functon
CharTypeLower PropertyvCharCode: Character whose ASCII value is checked to determine if it belongs to the lower-case alphabetic class. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.