<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>16 Jun 2017 09:09:00 Z</lastBuildDate><pubDate>15 Jun 2017 17:39:00 Z</pubDate><description>Before I write my own routine, is there a function available that will remove duplicate characters from a string. I want to make sure that there is only a single space between words in a string.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string/read.awp</link><title>Remove duplicate characters in string</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61328/read.awp</comments><pubDate>16 Jun 2017 09:09:00 Z</pubDate><description>Hi Donald,&#13;
&#13;
FUNCTION RemoveMultipleSpaces(aString is string)&#13;
StringArray is array of strings&#13;
&#13;
WordToArray(aString,StringArr…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61328/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61328/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string/read.awp">Remove duplicate characters in string</source><title>Re: Remove duplicate characters in string</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61322/read.awp</comments><pubDate>16 Jun 2017 02:05:00 Z</pubDate><description>Thanks I'll give that a try.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61322/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61322/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string/read.awp">Remove duplicate characters in string</source><title>Re: Remove duplicate characters in string</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61321/read.awp</comments><pubDate>15 Jun 2017 23:14:00 Z</pubDate><description>Hi Art,&#13;
&#13;
it is in a while loop ...</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61321/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61321/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string/read.awp">Remove duplicate characters in string</source><title>Re: Remove duplicate characters in string</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61320/read.awp</comments><pubDate>15 Jun 2017 22:44:00 Z</pubDate><description>Quote&#13;
Stefan Bentvelsen&#13;
&#13;
&#13;
&#13;
While stringcount(YourString,"  ")&#13;
&#13;
     YourString = Replace(YourString,"  "," ")   // First …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61320/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61320/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string/read.awp">Remove duplicate characters in string</source><title>Re: Remove duplicate characters in string</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61317/read.awp</comments><pubDate>15 Jun 2017 18:13:00 Z</pubDate><description>Hi Donald,&#13;
&#13;
Something like this (not tested)?&#13;
&#13;
While stringcount(YourString," ")&#13;
YourString = Replace(YourString," "," ") /…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61317/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string-61317/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61309-remove-duplicate-characters-string/read.awp">Remove duplicate characters in string</source><title>Re: Remove duplicate characters in string</title></item></channel></rss>
