Public Function IsCarriage( _ ByVal vCharCode As Integer _ ) As Boolean
IsCarriage(Asc(vbLf)) = True IsCarriage(Asc(vbCr)) = True IsCarriage(Asc(vbTab)) = True IsCarriage(Asc("A")) = FalseSee also:
IsCntrl Function IsSpace Function CharTypeCarriage PropertyvCharCode: Character whose ASCII value is checked to determine if it belongs to the carriage control class.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.