<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic @R/RTF'\qc remove the single quote in title string? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/R-RTF-qc-remove-the-single-quote-in-title-string/m-p/769559#M244043</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp; &amp;nbsp; title&amp;amp;t"@R/RTF'\qc %str(%bquote(&amp;amp;&amp;amp;myheader&amp;amp;k))";&amp;nbsp; to set the content of my title in report.&lt;/P&gt;&lt;P&gt;There is a single quote mark in string&amp;nbsp;&amp;amp;&amp;amp;myheader&amp;amp;k, when I use %put to print this macro variable, the output is fine, single quote mark is there, or if I delete&amp;nbsp;@R/RTF'\qc, the title in output also contains single quote.&lt;/P&gt;&lt;P&gt;but if I use&amp;nbsp;&amp;nbsp;title&amp;amp;t"@R/RTF'\qc %str(%bquote(&amp;amp;&amp;amp;myheader&amp;amp;k))", the title in output removed the single quote in my original title. I guess it is caused by single quote in&amp;nbsp;@R/RTF'\qc.&lt;/P&gt;&lt;P&gt;can anyone please advise how to resolve this problem?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 17:06:51 GMT</pubDate>
    <dc:creator>tinaz5012</dc:creator>
    <dc:date>2021-09-22T17:06:51Z</dc:date>
    <item>
      <title>@R/RTF'\qc remove the single quote in title string?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/R-RTF-qc-remove-the-single-quote-in-title-string/m-p/769559#M244043</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp; &amp;nbsp; title&amp;amp;t"@R/RTF'\qc %str(%bquote(&amp;amp;&amp;amp;myheader&amp;amp;k))";&amp;nbsp; to set the content of my title in report.&lt;/P&gt;&lt;P&gt;There is a single quote mark in string&amp;nbsp;&amp;amp;&amp;amp;myheader&amp;amp;k, when I use %put to print this macro variable, the output is fine, single quote mark is there, or if I delete&amp;nbsp;@R/RTF'\qc, the title in output also contains single quote.&lt;/P&gt;&lt;P&gt;but if I use&amp;nbsp;&amp;nbsp;title&amp;amp;t"@R/RTF'\qc %str(%bquote(&amp;amp;&amp;amp;myheader&amp;amp;k))", the title in output removed the single quote in my original title. I guess it is caused by single quote in&amp;nbsp;@R/RTF'\qc.&lt;/P&gt;&lt;P&gt;can anyone please advise how to resolve this problem?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 17:06:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/R-RTF-qc-remove-the-single-quote-in-title-string/m-p/769559#M244043</guid>
      <dc:creator>tinaz5012</dc:creator>
      <dc:date>2021-09-22T17:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: @R/RTF'\qc remove the single quote in title string?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/R-RTF-qc-remove-the-single-quote-in-title-string/m-p/769689#M244071</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is this solving your problem (%-sign !!);&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%LET t=1;
%LET k=2;
%LET myheader2=%nrstr(a%'bc);
title; footnote;
title&amp;amp;t. "@R/RTF'\qc %str(%nrbquote(&amp;amp;&amp;amp;myheader&amp;amp;k))";
proc print data=sashelp.class(obs=5); run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 19:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/R-RTF-qc-remove-the-single-quote-in-title-string/m-p/769689#M244071</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-22T19:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: @R/RTF'\qc remove the single quote in title string?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/R-RTF-qc-remove-the-single-quote-in-title-string/m-p/770014#M244224</link>
      <description>&lt;P&gt;Awesome! Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 19:14:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/R-RTF-qc-remove-the-single-quote-in-title-string/m-p/770014#M244224</guid>
      <dc:creator>tinaz5012</dc:creator>
      <dc:date>2021-09-23T19:14:51Z</dc:date>
    </item>
  </channel>
</rss>

