Computer Science Canada Remove duplicate character from string...........? |
Author: | alpesh [ Tue Mar 13, 2007 6:21 am ] |
Post subject: | Remove duplicate character from string...........? |
can any body having idea about my problem Remove duplicate character from string...........? plz..... ![]() ![]() ![]() |
Author: | Clayton [ Tue Mar 13, 2007 8:20 am ] |
Post subject: | Re: Remove duplicate character from string...........? |
well, you could search through your "string" and look for double characters (by comparing the current character to the one before it) and remove one of them if they are the same. |