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