Public Function IsGraph( _
ByVal vCharCode As Integer _
) As Boolean IsGraph(Asc("7")) = True
IsGraph(Asc("%")) = True
IsGraph(Asc(vbCr)) = FalseSee also: IsAlNum Function
IsPunct Function
CharTypeGraph PropertyvCharCode: Character whose ASCII value is checked to determine if it belongs to the "graph" class. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.