Public Function EveryCharacterOfType( _ ByVal vCharType As Variant _ ) As Variant
EveryCharacterOfType(CharTypeUpper) = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" EveryCharacterOfType(CharTypeDigit) = "0123456789"assuming that the US ASCII character classification definitions have been loaded. If the ANSI Windows definitions have been loaded, then the list of upper-case characters would also include all of the upper-case accented characters whose ASCII value is above 127.
EveryCharacter Function EveryCharacterWithinRange FunctionvCharType: Character classification as defined by one of the CharacterTypeConstant values. Function returns Null if vCharType is Null or cannot be fixed up to a Long Integer value.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.