<?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: CopyText doesn't work with space</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8</link>
<description>ClipboardFusion RSS: CopyText doesn't work with space</description>
<lastBuildDate>Mon, 18 May 2026 14:46:33 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8</generator>
<item>
<title>RE: CopyText doesn't work with space</title>
<link>https://www.clipboardfusion.com/Discussions/View/copytext-doesnt-work-with-space/?ID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8#4</link>
<pubDate>Tue, 13 Jan 2015 07:26:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/copytext-doesnt-work-with-space/?ID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Thank you, All is working correctly.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you, All is working correctly.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: CopyText doesn't work with space</title>
<link>https://www.clipboardfusion.com/Discussions/View/copytext-doesnt-work-with-space/?ID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8#3</link>
<pubDate>Mon, 05 Jan 2015 02:12:23 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/copytext-doesnt-work-with-space/?ID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[We've just posted a new version of ClipboardFusion a few days ago, and this issue should hopefully be all fixed up. Please let me know if you still run into any trouble after updating
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We've just posted a new version of ClipboardFusion a few days ago, and this issue should hopefully be all fixed up. Please let me know if you still run into any trouble after updating <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: CopyText doesn't work with space</title>
<link>https://www.clipboardfusion.com/Discussions/View/copytext-doesnt-work-with-space/?ID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8#2</link>
<pubDate>Wed, 31 Dec 2014 18:06:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/copytext-doesnt-work-with-space/?ID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I was able to reproduce the same issue here, and I've added this to our list. We'll be sure to let you know as soon as we've got it fixed up
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I was able to reproduce the same issue here, and I've added this to our list. We'll be sure to let you know as soon as we've got it fixed up <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>CopyText doesn't work with space</title>
<link>https://www.clipboardfusion.com/Discussions/View/copytext-doesnt-work-with-space/?ID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8</link>
<pubDate>Thu, 25 Dec 2014 09:38:24 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/copytext-doesnt-work-with-space/?ID=598e6b2c-5dda-458d-b44b-f1b22c9ce7d8</guid>
<category>ClipboardFusion</category>
<description><![CDATA[The macro
Imports System
Public Class ClipboardFusionHelper
Public Shared Function ProcessText(text As String) As String
text = BFS.Clipboard.CopyText
text = text.ToUpper
BFS.Dialog.ShowMessageInfo(text)  'for debug
BFS.Clipboard.PasteText(text)
Return text
End Function
End Class
The H...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The macro<br/>
Imports System<br/>
<br/>
Public Class ClipboardFusionHelper<br/>
<br/>
Public Shared Function ProcessText(text As String) As String<br/>
text = BFS.Clipboard.CopyText<br/>
text = text.ToUpper<br/>
BFS.Dialog.ShowMessageInfo(text)  'for debug<br/>
                BFS.Clipboard.PasteText(text)<br/>
Return text<br/>
End Function<br/>
<br/>
End Class<br/>
<br/>
The HotKeys is Ctrl+Win+Up<br/>
<br/>
if I select string as "jksfjdkfgjkdjgk kflsdkfslklsfklsl", the result is empty<br/>
<br/>
So, CopyText doesn't work stable. If I Select a plain text (without space) and Push HotKes once, twice or more times, in same times еоу result is empty.
</div>
]]></content:encoded>
</item>
</channel>
</rss>