Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!ittatc!dcdwest!sdcsvax!ucbvax!info-vax From: KFL@MC.LCS.MIT.EDU ("Keith F. Lynch") Newsgroups: mod.computers.vax Subject: VMS output Message-ID: <[MC.LCS.MIT.EDU].843267.860308.KFL> Date: Sat, 8-Mar-86 13:39:15 EST Article-I.D.: <[MC.LCS.MIT.EDU].843267.860308.KFL> Posted: Sat Mar 8 13:39:15 1986 Date-Received: Sun, 9-Mar-86 05:11:04 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 12 Approved: info-vax@sri-kl.arpa From: princeton!siemens!rick@siemens.ARPA On VMS, I send lots and lots of ASCII characters to the terminal but the computer decides that no one would really want to output so many characters without a newline now and again so every 256th character is a newline. I don't know how this is done in C, but what you want to do is open the file so that the CARRIAGECONTROL attribute has the value NONE. ...Keith