Hi,

I am trying to find the non repeated characters in a string.

For example I have two strings ABCA and ABCD. I want to be able to add to the first string the characters missing from the second string without removing repeated character in the fist string. Result: ABCAD

Many Thanks,´
Maria