Date: Fri, 10 Sep 2010 14:02:21 -0500
Reply-To: mpajoh@ODOT.ORG
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Masoud Pajoh <mpajoh@ODOT.ORG>
Subject: Tab character
Content-Type: text/plain; charset="US-ASCII"
I am writing a pdf file.
I like to have a TAB character inserted several places like:
title "this is the" TAB " title, which" Tab " is a test";
This:
title "this is the" "09"x " title, which" "09"x " is a test";
does not work.
What is the correct way.
Masoud
|