Public Function IsPrint( _
ByVal vCharCode As Integer _
) As Boolean IsPrint(Asc("C")) = True
IsPrint(Asc("2")) = True
IsPrint(Asc(" ")) = True
IsPrint(Asc(vbLf)) = FalseSee also: IsGraph Function
IsSpace Function
CharTypePrint PropertyvCharCode: Character whose ASCII value is checked to determine if it belongs to the "print" class. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.