<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : %%U</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : %%U]]></description>
  <pubDate>Wed, 08 Apr 2026 05:44:15 +0000</pubDate>
  <lastBuildDate>Wed, 12 Aug 2020 15:40:31 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=13478</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[%%U : Never mind, I got it figured out....]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37683&amp;title=u#37683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=111793">marie_b</a><br /><strong>Subject:</strong> 13478<br /><strong>Posted:</strong> 12.Aug.2020 at 15:40<br /><br />Never mind, I got it figured out.&nbsp; And it works!<div><br></div><div>Thank you from the whole support team!&nbsp;<img src="https://www.cadforum.cz/forum_en/smileys/smiley32.gif" border="0" alt="Clap" title="Clap" /></div>]]>
   </description>
   <pubDate>Wed, 12 Aug 2020 15:40:31 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37683&amp;title=u#37683</guid>
  </item> 
  <item>
   <title><![CDATA[%%U : I don&amp;#039;t know much about programming....]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37682&amp;title=u#37682</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=111793">marie_b</a><br /><strong>Subject:</strong> 13478<br /><strong>Posted:</strong> 12.Aug.2020 at 14:48<br /><br />I don't know much about programming.&nbsp; What exactly do I do with it?]]>
   </description>
   <pubDate>Wed, 12 Aug 2020 14:48:07 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37682&amp;title=u#37682</guid>
  </item> 
  <item>
   <title><![CDATA[%%U : Try this:(defun C:Utou (/ ss n...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37681&amp;title=u#37681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=353260">Kent Cooper</a><br /><strong>Subject:</strong> 13478<br /><strong>Posted:</strong> 12.Aug.2020 at 14:43<br /><br />Try this:<div><br></div><div><div>(defun C:Utou (/ ss n txt str)</div><div>&nbsp; (if (setq ss (ssget "_X" '((1 . "*%%U*"))))</div><div>&nbsp; &nbsp; (repeat (setq n (sslength ss)); then</div><div>&nbsp; &nbsp; &nbsp; (setq</div><div>&nbsp; &nbsp; &nbsp; &nbsp; txt (ssname ss (setq n (1- n)))</div><div>&nbsp; &nbsp; &nbsp; &nbsp; str (getpropertyvalue txt "TextString")</div><div>&nbsp; &nbsp; &nbsp; ); setq</div><div>&nbsp; &nbsp; &nbsp; (while (wcmatch str "*%%U*")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; (setq str (vl-string-subst "%%u" "%%U" str))</div><div>&nbsp; &nbsp; &nbsp; ); while</div><div>&nbsp; &nbsp; &nbsp; (setpropertyvalue txt "TextString" str)</div><div>&nbsp; &nbsp; ); repeat</div><div>&nbsp; ); if</div><div>&nbsp; (princ)</div><div>); defun</div></div><div><br></div><div>Minimally tested.&nbsp; &#091;Curiously under these circumstances, but typically for defined commands, the command name is <i>not</i> case-sensitive.&#093;</div>]]>
   </description>
   <pubDate>Wed, 12 Aug 2020 14:43:18 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37681&amp;title=u#37681</guid>
  </item> 
  <item>
   <title><![CDATA[%%U : Thanks for the reply.That does...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37680&amp;title=u#37680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=111793">marie_b</a><br /><strong>Subject:</strong> 13478<br /><strong>Posted:</strong> 06.Aug.2020 at 15:45<br /><br />Thanks for the reply.<div><br></div><div>That does not work because it is a code and not actually recognized as text.</div>]]>
   </description>
   <pubDate>Thu, 06 Aug 2020 15:45:33 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37680&amp;title=u#37680</guid>
  </item> 
  <item>
   <title><![CDATA[%%U : Helo marie_b, try the command...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37678&amp;title=u#37678</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=175428">philippe JOSEPH</a><br /><strong>Subject:</strong> 13478<br /><strong>Posted:</strong> 06.Aug.2020 at 11:36<br /><br />Helo marie_b, try the command FIND or _FIND. It works with a selection of entities or with all the drawing.]]>
   </description>
   <pubDate>Thu, 06 Aug 2020 11:36:55 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37678&amp;title=u#37678</guid>
  </item> 
  <item>
   <title><![CDATA[%%U : I have a file that I can only...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37677&amp;title=u#37677</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=111793">marie_b</a><br /><strong>Subject:</strong> 13478<br /><strong>Posted:</strong> 05.Aug.2020 at 22:07<br /><br /><font size="3">I have a file that I can only use Single Line text in.&nbsp; Some things need to be underlined so I use the control U command.&nbsp; This adds %%<b style=""><font color="#ff00ff">U</font></b> to the contents of the text.&nbsp; My problem is this file is imported into Corel Draw and the %%<b style=""><font color="#ff00ff">U</font></b> causes issues.&nbsp; It will only work ok with %%<b style=""><font color="#ff00ff">u</font></b>.&nbsp; Is there a way to change this command so it adds a little <b style=""><font color="#ff00ff">u</font></b> instead of a capital <b style=""><font color="#ff00ff">U</font></b>?&nbsp; Or is there any way to find/replace the <b style=""><font color="#ff00ff">U</font></b> with a <b style=""><font color="#ff00ff">u</font></b>?</font><div><font size="3"><br></font></div><div><font size="3">Thanks!</font></div>]]>
   </description>
   <pubDate>Wed, 05 Aug 2020 22:07:11 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13478&amp;PID=37677&amp;title=u#37677</guid>
  </item> 
 </channel>
</rss>