<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>11 Sep 2017 20:20:00 Z</lastBuildDate><pubDate>10 Sep 2017 11:23:00 Z</pubDate><description>Hi All&#13;
&#13;
Hoping there is a simple solution to this. Is there a function to remove all spaces in a string? ccIgnoreInsideSpace is not available in WB. I have tried Replace - replacing " " with "" seems not to work.&#13;
&#13;
Any idea how to do this?&#13;
&#13;
Cheers&#13;
André</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces/read.awp</link><title>WB21 - Remove All Spaces</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/62612-wb21-remove-all-spaces-62622/read.awp</comments><pubDate>11 Sep 2017 20:20:00 Z</pubDate><description>NoSpace(sYourStringWithSpaces, sscInside) = "HelloIhavespaces" You need to tell it which spaces to remove to avoid the 'outside'…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62622/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62622/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces/read.awp">WB21 - Remove All Spaces</source><title>Re: WB21 - Remove All Spaces</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62623/read.awp</comments><pubDate>11 Sep 2017 18:59:00 Z</pubDate><description>You can also do the following:&#13;
&#13;
sYourStringWithSpaces is string = "Hello I have spaces"&#13;
sYourStringWithoutSpaces is string = …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62623/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62623/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces/read.awp">WB21 - Remove All Spaces</source><title>Re: WB21 - Remove All Spaces</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62618/read.awp</comments><pubDate>10 Sep 2017 22:34:00 Z</pubDate><description>Thanks Peter and Fabrice - got it sorted. A stupid mistake on my part. I was not assigning the result to a new string.&#13;
&#13;
Cheers…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62618/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62618/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces/read.awp">WB21 - Remove All Spaces</source><title>Re: WB21 - Remove All Spaces</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62617/read.awp</comments><pubDate>10 Sep 2017 13:40:00 Z</pubDate><description>Hi André,&#13;
&#13;
I thought the replace function had a strip functionality indeed since V19 or so... Haven't looked at it, but I find…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62617/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62617/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces/read.awp">WB21 - Remove All Spaces</source><title>Re: WB21 - Remove All Spaces</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62616/read.awp</comments><pubDate>10 Sep 2017 13:25:00 Z</pubDate><description>Hi André&#13;
&#13;
REPLACE is the solution. If your code doesn't work, it's either because you made a mistake in it, or there is someth…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62616/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces-62616/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62612-wb21-remove-all-spaces/read.awp">WB21 - Remove All Spaces</source><title>Re: WB21 - Remove All Spaces</title></item></channel></rss>
