Public Function SortOrderMatchingCharacterPairs( _ Optional ByVal vCompare As Variant _ ) As String
SortOrderMatchingCharacterPairs(vbBinaryCompare) = "" SortOrderMatchingCharacterPairs(vbTextCompare) = "...AaBbCcDdEeFf..."See also:
SortOrderMatchingCharacters Function SortOrderString FunctionNote: The results of example #2 has been condensed with "..." to save space.
vCompare: Specifies the sort order/collating sequence in which pairs characters matching characters are to be located. vCompare defaults to Binary comparisons if it is missing or Null or cannot be fixed up to a number; in the Binary collating sequence, no two characters match, so the function will return an empty string.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.