Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU.UUCP Newsgroups: comp.sys.amiga Subject: Re: Text file tab utility Message-ID: <8703240644.AA00426@cory.Berkeley.EDU> Date: Tue, 24-Mar-87 01:44:58 EST Article-I.D.: cory.8703240644.AA00426 Posted: Tue Mar 24 01:44:58 1987 Date-Received: Wed, 25-Mar-87 05:39:58 EST Sender: daemon@ucbvax.BERKELEY.EDU Lines: 10 Both VI and Z have the same problem... namely that there is only one type of 'tab'. When you set tabs to 4 in either VI or Z, it writes out to the file using the tab character but assuming it's 4 rather than 8. Rightly, you should either have two separate variables, or should always write out files using tabs of 8 (i.e. translate the internal tab format of 4 to the external format of 8 without effecting the apparent text). -Matt