<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>26 Jan 2016 13:23:00 Z</lastBuildDate><pubDate>25 Jan 2016 18:25:00 Z</pubDate><description>Hi All -&#13;
&#13;
I'm trying to get a line feed to show up in a string - I'm using StringBuild and then on the other end, I'm using HTMLTOTEXT(sLogEntry).&#13;
&#13;
So - LogEntry is string = Stringbuild("To: %1"+CR+"From: %2", Name1, Name2)&#13;
&#13;
HTMLTOSTRING removes the CR and sticks in a space. What can I stick in there to get a carriage return? Sometimes the Text coming in is in HTML, so I need to use HTMLTOTEXT to shrink up the Log Entry.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56041-wb20-how-get-line-feed-using-stringbuild/read.awp</link><title>[WB20] - How to get a line feed using StringBuild</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/56041-wb20-how-get-line-feed-using-stringbuild-56058/read.awp</comments><pubDate>26 Jan 2016 13:23:00 Z</pubDate><description>Joel,&#13;
&#13;
Instead of CR use CRLF. This puts in the carriage return and sets to the next line.&#13;
&#13;
Regards,&#13;
&#13;
Mike</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56041-wb20-how-get-line-feed-using-stringbuild-56058/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56041-wb20-how-get-line-feed-using-stringbuild-56058/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56041-wb20-how-get-line-feed-using-stringbuild/read.awp">[WB20] - How to get a line feed using StringBuild</source><title>Re: [WB20] - How to get a line feed using StringBuild</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56041-wb20-how-get-line-feed-using-stringbuild-56047/read.awp</comments><pubDate>25 Jan 2016 21:51:00 Z</pubDate><description>Joel&#13;
This should give you a line break.&#13;
Stringbuild("To: %1"+"br"+"From: %2", Name1, Name2)&#13;
&#13;
Not sure what will happen when …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56041-wb20-how-get-line-feed-using-stringbuild-56047/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56041-wb20-how-get-line-feed-using-stringbuild-56047/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56041-wb20-how-get-line-feed-using-stringbuild/read.awp">[WB20] - How to get a line feed using StringBuild</source><title>Re: [WB20] - How to get a line feed using StringBuild</title></item></channel></rss>
