Public Function JoinStringCharacters( _ ByVal vOne As Variant _ , ByVal vTwo As Variant _ ) As Variant
JoinStringCharacters("123", "ABC") = "1A1B1C2A2B2C3A3B3C" JoinStringCharacters("ABA", "12") = "A1A2B1B2A1A2"See also:
DifferenceCharacters Function IntersectCharacters FunctionvOne: First of the two strings whose characters are to form the Cartesian product. Function returns Null if vOne is Null or cannot be fixed up to a String.
vTwo: Second of the two strings whose characters are to form the Cartesian product. Function returns Null if vTwo is Null or cannot be fixed up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.