Dear Friends
I want to group same characters in a string.
My current string
111222334467
2255
556677
(The string value are stored as text. The character in a string is unlimited)
I want to get
123467
25
567
How should i get it?
Thanks in advance.
Sai
I want to group same characters in a string.
My current string
111222334467
2255
556677
(The string value are stored as text. The character in a string is unlimited)
I want to get
123467
25
567
How should i get it?
Thanks in advance.
Sai