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