Public Function IsAlNum( _ ByVal vCharCode As Integer _ ) As Boolean
IsAlNum(Asc("A")) = True IsAlNum(Asc("5")) = True IsAlNum(Asc("#")) = FalseSee also:
IsAlpha Function IsDigit Function IsGraph Function IsPrint Function CharTypeAlNum PropertyvCharCode: Character whose ASCII value is checked to determine if it belongs to the alphanumeric class.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.