Public Function ComposeCharacter( _ ByVal vTwoASCIIChars As Variant _ ) As Variant
Example:
ComposeCharacter("CO") = Chr$(169)Chr$(169) is the "c-in-a-circle" copyright symbol in the ANSI Windows character set.
ComposeCharacterSample SubroutinevTwoASCIIChars: String containing two alphabetic characters which will be translated into the corresponding extended character.
Function returns Null if vTwoASCIIChars is Null or cannot be fixed up to a String.
Function returns vTwoASCIIChars unchanged if it is less than two characters long.
Function returns an empty string if the first two characters in vTwoASCIIChars do not translate into an "extended" character.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.