Public Function IsPunct( _ ByVal vCharCode As Integer _ ) As Boolean
IsPunct(Asc("%")) = True IsPunct(Asc("L")) = False IsPunct(Asc(" ")) = FalseSee also:
IsGraph Function IsPrint Function CharTypePunctuation FunctionvCharCode: Character whose ASCII value is checked to determine if it belongs to the punctuation class.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.