Public Function IsCntrl( _ ByVal vCharCode As Integer _ ) As Boolean
IsCntrl(7) = True IsCntrl(Asc("7")) = False IsCntrl(Asc(vbLf)) = True IsCntrl(Asc(vbCr)) = TrueSee also:
IsCarriage Function CharTypeCntrl Property CharTypeControl PropertyvCharCode: Character whose ASCII value is checked to determine if it belongs to the control class.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.