<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>19 Mar 2015 13:14:54 Z</lastBuildDate><pubDate>19 Mar 2015 13:05:01 Z</pubDate><description>Good Day&#13;
&#13;
I have integrated our SMS service provider into my program. The problem I have is that the format that they need the message in is difficult for me to replicate. eg. When I write a message in EDT_MESSAGE: "Hi my name is Ruan" the format it needs to send it needs to be: "Hi+my+name+is+Ruan" How can I do this in windev? I tried looking at Stringbuild, stringinsert etc. and cannot find anyway to do this. Please can you assist me. Basically every space must be replaced with +&#13;
&#13;
Thanks &#13;
&#13;
Ruan</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51024-string-textbox-change-spaces/read.awp</link><title>String in Textbox Change Spaces</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Ruan</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51024-string-textbox-change-spaces-51025/read.awp</comments><pubDate>19 Mar 2015 13:14:54 Z</pubDate><description>Hi&#13;
&#13;
Managed to get it right with:&#13;
&#13;
[code:wl]&#13;
InitialString is string = POPUP_SEND_SMS.EDT_MESSAGE&#13;
ReplacedString is string…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51024-string-textbox-change-spaces-51025/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51024-string-textbox-change-spaces-51025/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51024-string-textbox-change-spaces/read.awp">String in Textbox Change Spaces</source><title>Re: String in Textbox Change Spaces</title></item></channel></rss>
