Public Property Get CType( _
) As Variant ? CType = CTypeANSI
TrueSee also: CTypeANSI Property
CTypeUSASCII Property
![]()
Public Property Let CType( _
ByVal vDescriptor As Variant _
) CType = CTypeUSASCII
CType = CTypeANSISee also: CTypeANSI Property
CTypeUSASCII Property
IsAlpha Function, et. al.vDescriptor: String containing Character Type Codes which describe the classification for characters within a specific character set, such as the ANSI Windows or US ASCII character sets. vDescriptor defaults to the descriptor string for the ANSI Windows character set if it is not a String. The character at each position describes the classification for the character whose ASCII value is one less than the number of the position--classification for character with ASCII value X is at Mid$(vDescriptor, X + 1, 1). The Character Type Codes are detailed in the Declarations help topic. v1.2 Change: When a classification character is unrecognized, the program now assumes ctCharTypeNone instead of stopping.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.