<?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 הפקת דוחות RTF מימין לשמאל in SAS Users Group in Israel</title>
    <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%93%D7%95%D7%97%D7%95%D7%AA-RTF-%D7%9E%D7%99%D7%9E%D7%99%D7%9F-%D7%9C%D7%A9%D7%9E%D7%90%D7%9C/m-p/645800#M7</link>
    <description>&lt;P class="lia-align-right" dir="rtl"&gt;שלום לכולם,&lt;/P&gt;
&lt;P class="lia-align-right"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right" dir="rtl"&gt;להלן קוד שמדגים כיצד ניתן להפיק דוח בפורמט RTF שמוצג מימין לשמאל:&lt;/P&gt;
&lt;P class="lia-align-right"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;/* The RTLROW option forces tables to be right-to-left */&lt;BR /&gt;ods rtf file="test.rtf" trowdata="\rtlrow";
&lt;BR /&gt;/* Mixed Hebrew and English text */
data heb;
  text = catt('שלום',' Shalom');
run;&lt;BR /&gt;
/* The RTLPAR option forces table cell contents to be right-to-left */&lt;BR /&gt;title 'Right to left RTF';
proc print data=heb &lt;BR /&gt;   style (data)=&lt;BR /&gt;      { &lt;BR /&gt;        pretext='\rtlpar { ' &lt;BR /&gt;        posttext='} ' &lt;BR /&gt;        protectspecialchars=off &lt;BR /&gt;      };
run;

ods rtf close;&lt;/PRE&gt;
&lt;P style="direction: rtl;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right" style="direction: rtl;" dir="rtl"&gt;ספרו לנו איך זה עובד עבורכם.&lt;/P&gt;
&lt;P style="direction: rtl;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right" style="direction: rtl;" dir="rtl"&gt;אייל&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 16:02:43 GMT</pubDate>
    <dc:creator>EyalGonen</dc:creator>
    <dc:date>2020-05-21T16:02:43Z</dc:date>
    <item>
      <title>הפקת דוחות RTF מימין לשמאל</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%93%D7%95%D7%97%D7%95%D7%AA-RTF-%D7%9E%D7%99%D7%9E%D7%99%D7%9F-%D7%9C%D7%A9%D7%9E%D7%90%D7%9C/m-p/645800#M7</link>
      <description>&lt;P class="lia-align-right" dir="rtl"&gt;שלום לכולם,&lt;/P&gt;
&lt;P class="lia-align-right"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right" dir="rtl"&gt;להלן קוד שמדגים כיצד ניתן להפיק דוח בפורמט RTF שמוצג מימין לשמאל:&lt;/P&gt;
&lt;P class="lia-align-right"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;/* The RTLROW option forces tables to be right-to-left */&lt;BR /&gt;ods rtf file="test.rtf" trowdata="\rtlrow";
&lt;BR /&gt;/* Mixed Hebrew and English text */
data heb;
  text = catt('שלום',' Shalom');
run;&lt;BR /&gt;
/* The RTLPAR option forces table cell contents to be right-to-left */&lt;BR /&gt;title 'Right to left RTF';
proc print data=heb &lt;BR /&gt;   style (data)=&lt;BR /&gt;      { &lt;BR /&gt;        pretext='\rtlpar { ' &lt;BR /&gt;        posttext='} ' &lt;BR /&gt;        protectspecialchars=off &lt;BR /&gt;      };
run;

ods rtf close;&lt;/PRE&gt;
&lt;P style="direction: rtl;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right" style="direction: rtl;" dir="rtl"&gt;ספרו לנו איך זה עובד עבורכם.&lt;/P&gt;
&lt;P style="direction: rtl;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right" style="direction: rtl;" dir="rtl"&gt;אייל&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 16:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%93%D7%95%D7%97%D7%95%D7%AA-RTF-%D7%9E%D7%99%D7%9E%D7%99%D7%9F-%D7%9C%D7%A9%D7%9E%D7%90%D7%9C/m-p/645800#M7</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2020-05-21T16:02:43Z</dc:date>
    </item>
  </channel>
</rss>

