D
Dave
I want to create a thread object to find any duplicate characters within a
string and get rid of all the duplicate characters within the string, such
as str="abbecdffet". After the thread object runs, the string would become
"abecdfet"
Any help with this would be appreciated.
Thank-you,
Dave
string and get rid of all the duplicate characters within the string, such
as str="abbecdffet". After the thread object runs, the string would become
"abecdfet"
Any help with this would be appreciated.
Thank-you,
Dave