Date: Wed, 28 Mar 2012 13:15:17 -0400
Reply-To: Bolotin Yevgeniy <YBolotin@SCHOOLS.NYC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Bolotin Yevgeniy <YBolotin@SCHOOLS.NYC.GOV>
Subject: tabs vs spaces in SAS
In-Reply-To: <CAEZCystS5NDCC2G4WcB_gszmJYGJ4BGgn_+FF5xxPCQC6js+NQ@mail.gmail.com>
Content-Type: text/plain; charset="us-ascii"
What WILL the others think?
-----Original Message-----
From: Data _null_; [mailto:iebupdte@gmail.com]
Sent: Wednesday, March 28, 2012 1:13 PM
To: Bolotin Yevgeniy
Subject: Re: Coding Standards
You have it backwards. SAS program files should not contain real tab
characters. Ask the list. I will be interested to see what others
think.
On 3/28/12, Bolotin Yevgeniy <YBolotin@schools.nyc.gov> wrote:
> Exactly my point
> So using tab characters with custom tab stops, if you add a line and i
add a
> line, you see:
> Line1
> Line2
> I see
> Line1
> Line2
>
>
> Using spaces, we both see
> Line1
> Line2
|