LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 8 Nov 2004 17:23:04 -0500
Reply-To:     Igor Kurbeko <ikurbeko@ATHEROGENICS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Igor Kurbeko <ikurbeko@ATHEROGENICS.COM>
Subject:      ODS + RPOC REPORT+ _webout  and how to keep the amount of spaces
              between words intact?
Content-Type: text/plain; charset="US-ASCII"

Hi, guys.

I use ODS + PROC REPORT + _webout.

ods html body=_webout (dynamic) rs=none style=sasweb

headtext="<pre><style type='text/css'>table {color:#FFFFFF;background-color:#800080}</style>

<script language='JavaScript' src=/stars/headstuff_graph.js></script></pre>";

..........................................

else if name='test' then COMMENT=' ECG_B=QT/(RR/1000)**1/2 ECG_F=QT/(RR/1000)**1/3 RR=VR/60 ' ;

And I'd like to keep the spaces between terms in the pattern above.

But the are compressed in the final output like this:

ECG_B=QT/(RR/1000)**1/2 ECG_F=QT/(RR/1000)**1/3 RR=VR/60

I was able to do it before but something has changed. (Is Monospace font?)

Any suggestions on how to fix it?

Thanks

Igor Kurbeko

Clinical Programmer Analyst

678 336 4328

ikurbeko@atherogenics.com <mailto:ikurbeko@atherogenics.com> <mailto:ikurbeko@atherogenics.com>

If a man will begin with certainties, he shall end in doubts


Back to: Top of message | Previous page | Main SAS-L page