Hi Guys,
I have a string 556688 which is extracted from website, i need to split the number and add into the list where it should not contain repeated digit .
Eg= in a list i need only 568
or
if number is 2225599
list should have only 259
Thanks in Advance