BookmarkSubscribeRSS Feed
EyalGonen
Lapis Lazuli | Level 10

שלום לכולם,

 

להלן קוד שמדגים כיצד ניתן להפיק דוח בפורמט RTF שמוצג מימין לשמאל:

 

/* The RTLROW option forces tables to be right-to-left */
ods rtf file="test.rtf" trowdata="\rtlrow";
/* Mixed Hebrew and English text */ data heb; text = catt('שלום',' Shalom'); run;
/* The RTLPAR option forces table cell contents to be right-to-left */
title 'Right to left RTF'; proc print data=heb
style (data)=
{
pretext='\rtlpar { '
posttext='} '
protectspecialchars=off
}; run; ods rtf close;

 

ספרו לנו איך זה עובד עבורכם.

 

אייל

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Discussion stats
  • 0 replies
  • 631 views
  • 0 likes
  • 1 in conversation