Public Function SwapCharacters( _
    ByVal vValue As Variant _
    ) As Variant    SwapCharacters("ABCDEF") = "BADCFE"
    SwapCharacters("ABCDE") = "BADCE" ' #2See also:     ReverseEveryNCharacters Function
    ReverseString FunctionvValue: The string whose pairs of character are to be reversed. Function returns Null if vValue is Null or cannot be fixed up to a String. Swap adjacent bytes.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.