<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: New line between appended text</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=92b04b9e-7a2c-4f06-bb03-c025d69da220" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=92b04b9e-7a2c-4f06-bb03-c025d69da220</link>
<description>ClipboardFusion RSS: New line between appended text</description>
<lastBuildDate>Mon, 25 May 2026 00:32:28 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=92b04b9e-7a2c-4f06-bb03-c025d69da220</generator>
<item>
<title>RE: New line between appended text</title>
<link>https://www.clipboardfusion.com/Discussions/View/new-line-between-appended-text/?ID=92b04b9e-7a2c-4f06-bb03-c025d69da220#4</link>
<pubDate>Wed, 05 Aug 2020 17:08:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/new-line-between-appended-text/?ID=92b04b9e-7a2c-4f06-bb03-c025d69da220#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[No worries, glad to hear it! We're hoping to add more how-to guides to the help page in the future
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
No worries, glad to hear it! We're hoping to add more how-to guides to the help page in the future <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: New line between appended text</title>
<link>https://www.clipboardfusion.com/Discussions/View/new-line-between-appended-text/?ID=92b04b9e-7a2c-4f06-bb03-c025d69da220#3</link>
<pubDate>Wed, 05 Aug 2020 13:19:54 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/new-line-between-appended-text/?ID=92b04b9e-7a2c-4f06-bb03-c025d69da220#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Works like a champ!
I own a couple of your products and really like them.  I'm certain that I'm underutilizing them though.  I have looked around online and would really enjoy some posts about how others are using workflows, or even how the developers use the products.
Thanks again for the quic...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Works like a champ!  <br/>
<br/>
I own a couple of your products and really like them.  I'm certain that I'm underutilizing them though.  I have looked around online and would really enjoy some posts about how others are using workflows, or even how the developers use the products.<br/>
<br/>
Thanks again for the quick reply and solution.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: New line between appended text</title>
<link>https://www.clipboardfusion.com/Discussions/View/new-line-between-appended-text/?ID=92b04b9e-7a2c-4f06-bb03-c025d69da220#2</link>
<pubDate>Wed, 05 Aug 2020 02:24:33 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/new-line-between-appended-text/?ID=92b04b9e-7a2c-4f06-bb03-c025d69da220#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[You can definitely do that! If you change line 7 of that script to this, you'll get a new line between the two items:
return text + Environment.NewLine + BFS.Clipboard.CopyText();
If you change it to this, you'll get a space between the items:
return text + " " + BFS.Clipboard.CopyText();
Hop...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can definitely do that! If you change line 7 of that script to this, you'll get a new line between the two items:<br/>
<br/>
<div class="Inline"><pre>return text + Environment.NewLine + BFS.Clipboard.CopyText();</pre></div><br/>
<br/>
If you change it to this, you'll get a space between the items:<br/>
<br/>
<div class="Inline"><pre>return text + " " + BFS.Clipboard.CopyText();</pre></div><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>New line between appended text</title>
<link>https://www.clipboardfusion.com/Discussions/View/new-line-between-appended-text/?ID=92b04b9e-7a2c-4f06-bb03-c025d69da220</link>
<pubDate>Tue, 04 Aug 2020 21:20:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/new-line-between-appended-text/?ID=92b04b9e-7a2c-4f06-bb03-c025d69da220</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I have been using the "Copy and Append" macro and find it really useful, but I have to go through and add in carriage returns.
What I'd really like is append with options such as a space or return for the additional items.
Apologies if I've missed that option on the board.  Could someone provid...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have been using the "Copy and Append" macro and find it really useful, but I have to go through and add in carriage returns.<br/>
<br/>
What I'd really like is append with options such as a space or return for the additional items.<br/>
<br/>
Apologies if I've missed that option on the board.  Could someone provide an example of how to accomplish this?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
</channel>
</rss>