Public Function IsConsonant( _
    ByVal vCharCode As Integer _
    ) As Boolean    IsConsonant(Asc("B")) = True
    IsConsonant(Asc("A")) = FalseSee also:     IsVowel Function
    IsAlpha FunctionvCharCode: ASCII value of a character which is checked to determine if it is a consonant. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.